mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Clean up
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user