diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 8caf1c7..2c0cd72 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -55,6 +55,7 @@ :config (setq linum-format " %4d ")) (req-package whitespace + :defer t :config (setq whitespace-style '(face space @@ -721,6 +722,7 @@ (bind-key "C-c S" #'eshell-goto-current-dir) (req-package shell + :defer t :config (define-key shell-mode-map (kbd "C-d") 'comint-delchar-or-eof-or-kill-buffer)) @@ -804,6 +806,7 @@ (bind-key "C-S-L" #'mc/edit-lines))) (req-package eldoc + :commands (eldoc-mode) :diminish eldoc-mode :config (progn (eldoc-add-command 'paredit-backward-delete 'paredit-close-round 'autopair-insert-opening) |