whatever i did
This commit is contained in:
parent
4816617a03
commit
fe15d1dbf2
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
#+AUTHOR: qorg11
|
||||
#+TITLE: emacs config
|
||||
|
||||
|
@ -240,9 +241,9 @@ Including indent-buffer, which should not be called automatically on save."
|
|||
#+END_SRC
|
||||
** Theme
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package cyberpunk-theme
|
||||
(use-package badger-theme
|
||||
:ensure t
|
||||
:init (load-theme 'cyberpunk t))
|
||||
:init (load-theme 'badger t))
|
||||
#+END_SRC
|
||||
|
||||
** Relative lines
|
||||
|
|
Loading…
Add table
Reference in a new issue