added stuff

This commit is contained in:
9ahmed 2021-04-13 14:35:36 +05:00
parent 4710fd8b20
commit 2cc8864144
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
/home/ahmed/.emacs.d/init.el
/home/ahmed/.emacs.d/#init.el#

View File

@ -10,7 +10,6 @@
(set-face-attribute 'default nil :font "Cascadia Code" :height 100)
(load-theme 'wombat)
;; Make ESC quit prompts
(global-set-key (kbd "<escape>") 'keyboard-escape-quit)
@ -69,6 +68,7 @@
:custom ((doom-modeline-height 15)))
(use-package doom-themes)
(load-theme 'doom-palenight t)
(use-package rainbow-delimiters
:hook (prog-mode . rainbow-delimiters-mode))