summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-03-28 23:14:01 +0100
committermms <michal@sapka.me>2024-03-28 23:14:01 +0100
commitdf3c2f921e0041c86b8db40a4ebda18284b5557e (patch)
treef607ed9ac9f8519b712850eb2a1daf2c0ce00598
parentbdf8e75855b1d7c867987b541209ddb61956377b (diff)
feat: xah-fl-org
-rw-r--r--init.el11
-rw-r--r--mms-keyboard.org4
2 files changed, 13 insertions, 2 deletions
diff --git a/init.el b/init.el
index 4dedb01..1ee7424 100644
--- a/init.el
+++ b/init.el
@@ -24,11 +24,18 @@
;; If there is more than one, they won't work right.
'(auth-source-save-behavior nil)
'(mml-secure-openpgp-sign-with-sender t)
- '(safe-local-variable-values '((org-num-skip-tags "UNNUMBERED"))))
+ '(safe-local-variable-values
+ '((whitespace-line-column . 80)
+ (org-num-skip-tags "UNNUMBERED"))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- )
+ '(org-document-title ((t (:inherit mms-org-headline :height 2.0))))
+ '(org-level-1 ((t (:inherit mms-org-headline :height 1.75))))
+ '(org-level-2 ((t (:inherit mms-org-headline :height 1.5))))
+ '(org-level-3 ((t (:inherit mms-org-headline :height 1.25))))
+ '(org-level-4 ((t (:inherit mms-org-headline :height 1.1))))
+ '(org-level-5 ((t (:inherit mms-org-headline :height 1.0)))))
(put 'narrow-to-region 'disabled nil)
diff --git a/mms-keyboard.org b/mms-keyboard.org
index 489c770..17205b4 100644
--- a/mms-keyboard.org
+++ b/mms-keyboard.org
@@ -150,5 +150,9 @@ I'll move them to dedicated sections when I reach them.
(define-key xah-fly-command-map (kbd "SPC i f") 'consult-find)
(define-key xah-fly-command-map (kbd "SPC i F") 'find-file)
(define-key xah-fly-command-map (kbd "SPC i g") 'consult-ripgrep)
+(load-file "~/.emacs.d/ext/xah-fk-org.el")
+
)
+
#+end_src
+