Clean up
This commit is contained in:
parent
3c39fa4737
commit
d9e25a7d31
2 changed files with 3 additions and 6 deletions
|
@ -49,7 +49,6 @@
|
|||
|
||||
;; Modes 'n hooks ;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(associate! text-mode :match "/LICENSE[^/]*$")
|
||||
(associate! sh-mode :match "/\\.?z\\(profile\\|login\\|logout\\|shrc\\|shenv\\)?$")
|
||||
(associate! sh-mode :match "/\\.?zsh/")
|
||||
(associate! applescript-mode :match "\\.applescript$")
|
||||
|
|
|
@ -175,11 +175,9 @@
|
|||
:commands (describe-buffer describe-command describe-file
|
||||
describe-keymap describe-option describe-option-of-type))
|
||||
|
||||
(use-package server
|
||||
:defer 1
|
||||
:config
|
||||
(require 'server)
|
||||
(unless (server-running-p)
|
||||
(server-start)))
|
||||
(server-start))
|
||||
|
||||
(add-hook! after-init
|
||||
(defadvice save-buffers-kill-emacs (around no-query-kill-emacs activate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue