Clean up
This commit is contained in:
parent
d44d1ab0d0
commit
8537361e50
14 changed files with 58 additions and 58 deletions
|
@ -201,14 +201,14 @@ enable multiple minor modes for the same regexp.")
|
|||
t))
|
||||
(sp-local-pair 'web-mode "<" nil :when '(sp-web-mode-is-code-context))))
|
||||
|
||||
(use-package smex
|
||||
:commands (smex smex-major-mode-commands smex-initialize smex-update)
|
||||
:init (setq smex-save-file (concat narf-temp-dir "smex-items"))
|
||||
:config (smex-initialize)
|
||||
;; Hook up smex to auto-update, rather than update on every run
|
||||
(defun smex-update-after-load (unused)
|
||||
(when (boundp 'smex-cache) (smex-update)))
|
||||
(add-hook 'after-load-functions 'smex-update-after-load))
|
||||
;; (use-package smex
|
||||
;; :commands (smex smex-major-mode-commands smex-initialize smex-update)
|
||||
;; :init (setq smex-save-file (concat narf-temp-dir "smex-items"))
|
||||
;; :config (smex-initialize)
|
||||
;; ;; Hook up smex to auto-update, rather than update on every run
|
||||
;; (defun smex-update-after-load (unused)
|
||||
;; (when (boundp 'smex-cache) (smex-update)))
|
||||
;; (add-hook 'after-load-functions 'smex-update-after-load))
|
||||
|
||||
(use-package help-fns+ ; Improved help commands
|
||||
:commands (describe-buffer describe-command describe-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue