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 ;;;;;;;;;;;;;;;;;;;
|
;; Modes 'n hooks ;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(associate! text-mode :match "/LICENSE[^/]*$")
|
|
||||||
(associate! sh-mode :match "/\\.?z\\(profile\\|login\\|logout\\|shrc\\|shenv\\)?$")
|
(associate! sh-mode :match "/\\.?z\\(profile\\|login\\|logout\\|shrc\\|shenv\\)?$")
|
||||||
(associate! sh-mode :match "/\\.?zsh/")
|
(associate! sh-mode :match "/\\.?zsh/")
|
||||||
(associate! applescript-mode :match "\\.applescript$")
|
(associate! applescript-mode :match "\\.applescript$")
|
||||||
|
|
|
@ -175,11 +175,9 @@
|
||||||
:commands (describe-buffer describe-command describe-file
|
:commands (describe-buffer describe-command describe-file
|
||||||
describe-keymap describe-option describe-option-of-type))
|
describe-keymap describe-option describe-option-of-type))
|
||||||
|
|
||||||
(use-package server
|
(require 'server)
|
||||||
:defer 1
|
(unless (server-running-p)
|
||||||
:config
|
(server-start))
|
||||||
(unless (server-running-p)
|
|
||||||
(server-start)))
|
|
||||||
|
|
||||||
(add-hook! after-init
|
(add-hook! after-init
|
||||||
(defadvice save-buffers-kill-emacs (around no-query-kill-emacs activate)
|
(defadvice save-buffers-kill-emacs (around no-query-kill-emacs activate)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue