mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-10 15:33:36 -05:00
Clean up
This commit is contained in:
@@ -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
|
||||
(unless (server-running-p)
|
||||
(server-start)))
|
||||
(require 'server)
|
||||
(unless (server-running-p)
|
||||
(server-start))
|
||||
|
||||
(add-hook! after-init
|
||||
(defadvice save-buffers-kill-emacs (around no-query-kill-emacs activate)
|
||||
|
Reference in New Issue
Block a user