Refactor initfiles

This commit is contained in:
Henrik Lissner 2014-07-21 03:52:01 -04:00
parent d5f2bb1d23
commit 223e9843b6
11 changed files with 96 additions and 84 deletions

View file

@ -1,4 +1,4 @@
(require 'cl)
;; (require 'cl)
;; Emacs under-the-hood
(setq redisplay-dont-pause t)
@ -140,8 +140,8 @@
`(evil-ex-define-cmd ,ex ,function))
;; This one's unique for my own special mappings
(defmacro map (key command)
`(define-key my-mode-map ,key ,command))
;; (defmacro map (key command)
;; `(define-key my-mode-map ,key ,command))
(defmacro is-osx () '(eq system-type 'darwin))