Adjust emacs ui config
This commit is contained in:
parent
d4b24e4103
commit
05c376a230
|
@ -14,12 +14,13 @@
|
|||
|
||||
(defun my/set-frame-alpha () (set-frame-parameter nil 'alpha-background 80))
|
||||
|
||||
(menu-bar-mode +1)
|
||||
(menu-bar-mode -1)
|
||||
(tab-bar-mode -1)
|
||||
(tool-bar-mode -1)
|
||||
(scroll-bar-mode -1)
|
||||
(add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font-12"))
|
||||
(global-display-line-numbers-mode 'relative)
|
||||
(line-number-mode)
|
||||
(global-display-line-numbers-mode -1)
|
||||
(global-prettify-symbols-mode +1)
|
||||
(global-visual-line-mode +1)
|
||||
(set-frame-parameter nil 'alpha-background 80)
|
||||
|
|
Loading…
Reference in a new issue