Refactor into narf-init

This commit is contained in:
Henrik Lissner 2015-10-01 13:48:35 -04:00
parent 0d523b1819
commit ccb174c424
2 changed files with 9 additions and 7 deletions

View file

@ -99,13 +99,8 @@
my-bindings
my-commands
)))
))
(defun display-startup-echo-area-message ()
(message ">>> Loaded in %s" (emacs-init-time)))
(require 'server)
(unless (server-running-p)
(server-start))
(narf-init))
;;; I think so Brain...