mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-19 13:30:57 +01:00
changes here and there
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user