Moving to tildegit; it's cool; also new emacs stuff
This commit is contained in:
parent
7b9472884c
commit
5fb2d790cf
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
(use-package doom-themes
|
(use-package doom-themes
|
||||||
:config
|
:config
|
||||||
(load-theme 'doom-palenight t))
|
(load-theme 'doom-tokyo-night t))
|
||||||
|
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
;;(tab-bar-mode -1)
|
;;(tab-bar-mode -1)
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
(setq ring-bell-function 'ignore)
|
(setq ring-bell-function 'ignore)
|
||||||
|
|
||||||
(set-face-attribute 'default nil :font "Inconsolata-13")
|
(set-face-attribute 'default nil :font "Cozette-15")
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; UI & INTERFACE ;;
|
;; UI & INTERFACE ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue