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 ;;;;;;;;;;;;;;;;;;;
|
;; 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)
|
||||||
|
Reference in New Issue
Block a user