emacs-everywhere and run as a daemon

This commit is contained in:
BirDt_ 2025-08-21 17:04:00 +08:00
parent 12492937d3
commit c099b63414
2 changed files with 25 additions and 0 deletions

5
ui.el
View file

@ -174,6 +174,11 @@
(use-package flycheck
:hook ((after-init . global-flycheck-mode)))
;; Emacs-everywhere
(use-package emacs-everywhere
:config
(setq emacs-everywhere-frame-parameters '((name . "emacs-everywhere") (height . 18) (width . 80) (tab-bar-lines . 0))))
(provide 'ui)
;;; ui.el ends here