emacs-everywhere and run as a daemon
This commit is contained in:
parent
12492937d3
commit
c099b63414
2 changed files with 25 additions and 0 deletions
5
ui.el
5
ui.el
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue