We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e0cf3 commit bd287e6Copy full SHA for bd287e6
core/prelude-core.el
@@ -68,7 +68,7 @@ PROMPT sets the `read-string prompt."
68
(if _after (ov-reset _ov))))
69
70
(defun prelude-annotate-todo ()
71
- "Put fringe marker on TODO: lines in the curent buffer."
+ "Put fringe marker on TODO: lines in the current buffer."
72
(interactive)
73
(ov-set (format "[[:space:]]*%s+[[:space:]]*TODO:" comment-start)
74
'before-string
core/prelude-global-keybindings.el
@@ -75,7 +75,7 @@
75
76
(define-key 'help-command (kbd "C-i") 'info-display-manual)
77
78
-;; replace zap-to-char functionaity with the more powerful zop-to-char
+;; replace zap-to-char functionality with the more powerful zop-to-char
79
(global-set-key (kbd "M-z") 'zop-up-to-char)
80
(global-set-key (kbd "M-Z") 'zop-to-char)
81
0 commit comments