Replace evil with meow
This commit is contained in:
10
config.org
10
config.org
@@ -24,13 +24,18 @@
|
||||
(add-to-list 'default-frame-alist '(height . 45))
|
||||
(add-to-list 'default-frame-alist '(width . 100))))
|
||||
(setq catppuccin-flavor 'catppuccin)
|
||||
(setq doom-theme 'modus-operandi-tinted)
|
||||
(setq doom-theme 'modus-vivendi)
|
||||
(setq display-line-numbers-type 'relative)
|
||||
(setq org-directory "~/org/")
|
||||
#+end_src
|
||||
|
||||
*** Meow cursor
|
||||
#+begin_src emacs-lisp
|
||||
(use-package! meow
|
||||
:init
|
||||
(setq meow-cursor-type-normal 'box))
|
||||
#+end_src
|
||||
*** Themes
|
||||
**** Catppuccin
|
||||
#+begin_src emacs-lisp :tangle packages.el
|
||||
(package! catppuccin-theme)
|
||||
#+end_src
|
||||
@@ -178,7 +183,6 @@ Thisenables the feature of auto-expanding snippets when matching the pattern
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
(load-file "lisp/texpresso/texpresso.el")
|
||||
#+end_src
|
||||
|
||||
*** Org
|
||||
1. delete all org-* packages from emacs (can be done by deleting folders in .local/straight)
|
||||
2. delete eln-cache
|
||||
|
||||
Reference in New Issue
Block a user