feat(theme): Switch to ef-dark theme and add
org-modern - Change theme from doom-material-dark to ef-dark - Enable ef-themes package - Add org-modern package with table styling disabled - Enable tty module for improved terminal experience
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
(add-to-list 'default-frame-alist '(width . 100))))
|
(add-to-list 'default-frame-alist '(width . 100))))
|
||||||
|
|
||||||
(setq catppuccin-flavor 'catppuccin)
|
(setq catppuccin-flavor 'catppuccin)
|
||||||
(setq doom-theme 'doom-material-dark)
|
(setq doom-theme 'ef-dark)
|
||||||
(setq display-line-numbers-type 'relative)
|
(setq display-line-numbers-type 'relative)
|
||||||
(setq org-directory "~/org/")
|
(setq org-directory "~/org/")
|
||||||
|
|
||||||
@@ -160,3 +160,7 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
(add-to-list 'org-modules 'org-habit)
|
(add-to-list 'org-modules 'org-habit)
|
||||||
|
|
||||||
|
(use-package! org-modern
|
||||||
|
:config
|
||||||
|
(setq org-modern-table nil))
|
||||||
|
|||||||
10
config.org
10
config.org
@@ -29,7 +29,7 @@
|
|||||||
(add-to-list 'default-frame-alist '(width . 100))))
|
(add-to-list 'default-frame-alist '(width . 100))))
|
||||||
|
|
||||||
(setq catppuccin-flavor 'catppuccin)
|
(setq catppuccin-flavor 'catppuccin)
|
||||||
(setq doom-theme 'doom-material-dark)
|
(setq doom-theme 'ef-dark)
|
||||||
(setq display-line-numbers-type 'relative)
|
(setq display-line-numbers-type 'relative)
|
||||||
(setq org-directory "~/org/")
|
(setq org-directory "~/org/")
|
||||||
#+end_src
|
#+end_src
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
#+end_src
|
#+end_src
|
||||||
**** ef-themes
|
**** ef-themes
|
||||||
#+begin_src emacs-lisp :tangle packages.el
|
#+begin_src emacs-lisp :tangle packages.el
|
||||||
;; (package! ef-themes)
|
(package! ef-themes)
|
||||||
#+end_src
|
#+end_src
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; (use-package! ef-themes
|
;; (use-package! ef-themes
|
||||||
@@ -288,3 +288,9 @@ Thisenables the feature of auto-expanding snippets when matching the pattern
|
|||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(add-to-list 'org-modules 'org-habit)
|
(add-to-list 'org-modules 'org-habit)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
**** Org modern
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package! org-modern
|
||||||
|
:config
|
||||||
|
(setq org-modern-table nil))
|
||||||
|
#+end_src
|
||||||
|
|||||||
2
init.el
2
init.el
@@ -112,7 +112,7 @@
|
|||||||
|
|
||||||
:os
|
:os
|
||||||
(:if (featurep :system 'macos) macos) ; improve compatibility with macOS
|
(:if (featurep :system 'macos) macos) ; improve compatibility with macOS
|
||||||
;;tty ; improve the terminal Emacs experience
|
tty ; improve the terminal Emacs experience
|
||||||
|
|
||||||
:lang
|
:lang
|
||||||
;;ada ; In strong typing we (blindly) trust
|
;;ada ; In strong typing we (blindly) trust
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
(package! catppuccin-theme)
|
(package! catppuccin-theme)
|
||||||
|
|
||||||
;; (package! ef-themes)
|
(package! ef-themes)
|
||||||
|
|
||||||
(package! rainbow-delimiters)
|
(package! rainbow-delimiters)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user