summaryrefslogtreecommitdiffstats
path: root/myinit.org
diff options
context:
space:
mode:
Diffstat (limited to 'myinit.org')
-rw-r--r--myinit.org17
1 files changed, 8 insertions, 9 deletions
diff --git a/myinit.org b/myinit.org
index 7b20a69..c3b91cf 100644
--- a/myinit.org
+++ b/myinit.org
@@ -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)