mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
Alpha = 96 & cleanup
This commit is contained in:
@@ -232,7 +232,6 @@ the checking happens for all pairs in auto-minor-mode-alist"
|
||||
;; 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 popwin
|
||||
@@ -259,10 +258,6 @@ the checking happens for all pairs in auto-minor-mode-alist"
|
||||
(popwin:close-popup-window)
|
||||
(popwin:popup-last-buffer)))))
|
||||
|
||||
;; (require 'key-chord)
|
||||
;; (key-chord-mode 1)
|
||||
;; (setq key-chord-two-keys-delay 0.2)
|
||||
|
||||
|
||||
;;;; Start the party ;;;;;;;;;;;;;;;;;;;
|
||||
(if is-mac (require 'core-osx))
|
||||
|
Reference in New Issue
Block a user