changes here and there

This commit is contained in:
2025-11-19 09:22:40 +01:00
parent 6a9a4068a0
commit bd42d183bc
9 changed files with 71 additions and 22 deletions

View File

@@ -202,6 +202,13 @@ down and unfold it, otherwise jump paragraph as usual."
(when (fboundp 'org-bullets-mode)
(org-bullets-mode 1))
;; during some update org-mode went to enable
;; default variable pitch font, which I hate hate
;; hate. I want to have a font with fixed font
;; spacing (called fixed-pitch), so I disable the
;; variable-fuck font here once and for all. Dammit.
(variable-pitch-mode -1)
(org-babel-do-load-languages 'org-babel-load-languages
'((python . t)
(emacs-lisp . t)
@@ -213,8 +220,6 @@ down and unfold it, otherwise jump paragraph as usual."
;; no more ... at the end of a heading
(setq org-ellipsis "")
;; use mono spaced font in src blocks
(set-face-attribute 'org-block nil :inherit 'fixed-pitch)
(setq org-activate-links '(plain radio tag date footnote))
;; my own keywords, must be set globally, not catched correctly inside hook