forgot to save

This commit is contained in:
Thomas von Dein
2018-12-27 20:50:59 +01:00
parent bbf05151f5
commit 616f56fab1
2 changed files with 492 additions and 489 deletions

7
.emacs
View File

@@ -1,4 +1,4 @@
;; Toms Emacs Config - portable - version ("20181222.01") -*-emacs-lisp-*- ;; Toms Emacs Config - portable - version ("20181227.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
@@ -748,6 +748,9 @@
;; 20181222.01 ;; 20181222.01
;; - removed duplicate key bindings, added via comment ;; - removed duplicate key bindings, added via comment
;; 20181227.01
;; - ena variable pitch w/ org, turned face config into theme
;; ** TODO ;; ** TODO
;; - check helpful https://github.com/wilfred/helpful ;; - check helpful https://github.com/wilfred/helpful
@@ -775,7 +778,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 "20181222.01") (defvar tvd-emacs-version "20181227.01")
;; -------------------------------------------------------------------------------- ;; --------------------------------------------------------------------------------

File diff suppressed because it is too large Load Diff