mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
-dis-variable-pitch
This commit is contained in:
10
.emacs
10
.emacs
@@ -1,4 +1,4 @@
|
|||||||
;; Toms Emacs Config - portable - version ("20190112.02") -*-emacs-lisp-*-
|
;; Toms Emacs Config - portable - version ("20190114.01") -*-emacs-lisp-*-
|
||||||
;; * Introduction
|
;; * Introduction
|
||||||
|
|
||||||
;; This is my emacs config, it is more than twenty years old. It
|
;; This is my emacs config, it is more than twenty years old. It
|
||||||
@@ -760,6 +760,9 @@
|
|||||||
;; 20190112.02
|
;; 20190112.02
|
||||||
;; - enhanced cleaner
|
;; - enhanced cleaner
|
||||||
|
|
||||||
|
;; 20190114.01
|
||||||
|
;; - disabled variable pitch, annoys me
|
||||||
|
|
||||||
;; ** TODO
|
;; ** TODO
|
||||||
|
|
||||||
;; - check helpful https://github.com/wilfred/helpful
|
;; - check helpful https://github.com/wilfred/helpful
|
||||||
@@ -787,7 +790,7 @@
|
|||||||
;; My emacs config has a version (consisting of a timestamp with a
|
;; My emacs config has a version (consisting of a timestamp with a
|
||||||
;; serial), which I display in the mode line. So I can clearly see, if
|
;; serial), which I display in the mode line. So I can clearly see, if
|
||||||
;; I'm using an outdated config somewhere.
|
;; I'm using an outdated config somewhere.
|
||||||
(defvar tvd-emacs-version "20190112.02")
|
(defvar tvd-emacs-version "20190114.01")
|
||||||
|
|
||||||
;; --------------------------------------------------------------------------------
|
;; --------------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -3798,9 +3801,6 @@ down and unfold it, otherwise jump paragraph as usual."
|
|||||||
; use nicer bullets
|
; use nicer bullets
|
||||||
(org-bullets-mode 1)
|
(org-bullets-mode 1)
|
||||||
|
|
||||||
;; looks better, esp. w/ agenda
|
|
||||||
(variable-pitch-mode 1)
|
|
||||||
|
|
||||||
(org-babel-do-load-languages 'org-babel-load-languages
|
(org-babel-do-load-languages 'org-babel-load-languages
|
||||||
'((python . t)
|
'((python . t)
|
||||||
(emacs-lisp . t)
|
(emacs-lisp . t)
|
||||||
|
|||||||
Reference in New Issue
Block a user