diff options
Diffstat (limited to 'myinit.org')
-rw-r--r-- | myinit.org | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -11,11 +11,10 @@ I do not want visual line mode in org mode. Nor do I want flycheck-mode on. - #+begin_src emacs-lisp - ;; turn off flycheck-mode - (add-hook 'org-mode-hook (lambda () flycheck-mode -1)) - #+end_src - +#+begin_src emacs-lisp +;; turn off flycheck-mode +(add-hook 'org-mode-hook (lambda () flycheck-mode -1)) +#+end_src ** Keybindings @@ -315,10 +314,10 @@ This now is all about the agenda dispatcher - a critical piece of my configurato (setq visible-bell t) -;; (set-face-attribute 'default nil :font "Jetbrains Mono" :height 140) -(set-face-attribute 'default nil :font "UbuntuMono Nerd Font Mono" :height 160) -;;(load-theme 'tango-dark) -(load-theme 'gruvbox-dark-hard t) +(set-face-attribute 'default nil :font "Jetbrains Mono" :height 140) +;;(set-face-attribute 'default nil :font "UbuntuMono Nerd Font Mono" :height 160) +(load-theme 'tango-dark) +;;(load-theme 'gruvbox-dark-hard t) ;; calendar proper Monday start (setq calendar-week-start-day 1) |