Alpha = 96 & cleanup

This commit is contained in:
Henrik Lissner 2014-12-07 15:02:36 -05:00
parent eb32a492d4
commit 6bef9f5fcd
4 changed files with 3 additions and 10 deletions

View file

@ -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))