[Misc] Updating some comments

This commit is contained in:
Daniel - 2017-08-04 17:49:43 +02:00
parent 8a2fdb42bd
commit fa88d43510
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
solarized-dark
smart-mode-line-dark))))
;; Hooks
;; Hooks (non mode-specific)
(add-hook 'minibuffer-setup-hook #'conditionally-enable-lispy)
(add-hook 'minibuffer-setup-hook #'cursor-intangible-mode)
@ -104,7 +104,7 @@
(add-hook 'prog-mode-hook #'electric-indent-local-mode))
(add-hook 'lisp-mode-hook #'lispy-mode)
;; Keybindings
;; Top-Level Keybindings
(bind-key "<XF86Back>" #'winner-undo)
(bind-key "<XF86Forward>" #'winner-redo)