mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General cleanup
This commit is contained in:
@ -285,7 +285,6 @@ byte-compilation."
|
||||
(unless (server-running-p)
|
||||
(server-start)))
|
||||
|
||||
;; Benchmark
|
||||
(add-hook 'after-init-hook #'doom--display-benchmark t))))
|
||||
|
||||
(defalias 'def-package! 'use-package
|
||||
|
@ -12,7 +12,7 @@
|
||||
(defun ,def-name ()
|
||||
(require 'company)
|
||||
(setq-local company-backends (append '((,@backends)) company-backends)))
|
||||
(add-hook! ,modes ',def-name))))
|
||||
(add-hook! ,modes #',def-name))))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user