General, minor reformatting & refactor

This commit is contained in:
Henrik Lissner 2019-02-18 00:09:57 -05:00
parent 7d0caf3efd
commit ec55884aae
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 8 additions and 6 deletions

View file

@ -72,15 +72,16 @@ fundamental-mode) for performance sake."
;;
;; Built-in plugins
;; Extra file extensions to support
(push '("/LICENSE\\'" . text-mode) auto-mode-alist)
(electric-indent-mode -1) ; enabled by default in Emacs 25+. No thanks.
;;
;; Built-in plugins
(def-package! server
:when (display-graphic-p)
:defer 1
:after-call (pre-command-hook after-find-file)
:config
(when-let* ((name (getenv "EMACS_SERVER_NAME")))