renamed autoscrath

This commit is contained in:
Thomas von Dein
2017-07-18 19:47:47 +02:00
parent 2ec1a86018
commit 3f98636676
2 changed files with 440 additions and 438 deletions

3
.emacs
View File

@@ -563,6 +563,7 @@
;; - fixed electric-indent in autoscratch config ;; - fixed electric-indent in autoscratch config
;; - use my own autoscratch triggers ;; - use my own autoscratch triggers
;; - kill-all-buffers now uses 'autoscratch-buffer ;; - kill-all-buffers now uses 'autoscratch-buffer
;; - renamce autoscratch
;; ** TODO ;; ** TODO
@@ -1065,7 +1066,7 @@ to next buffer otherwise."
;; *** Autoscratch ;; *** Autoscratch
;; use autoscratch otherwise ;; use autoscratch otherwise
;; [[https://github.com/TLINDEN/autoscratch][autoscratch github]] ;; [[https://github.com/TLINDEN/autoscratch][autoscratch github]]
(require 'autoscratch) (require 'autoscratch-mode)
(setq initial-major-mode 'autoscratch-mode) (setq initial-major-mode 'autoscratch-mode)
(add-hook 'autoscratch-mode-hook '(lambda () (add-hook 'autoscratch-mode-hook '(lambda ()
(setq autoscratch-triggers-alist (setq autoscratch-triggers-alist

File diff suppressed because it is too large Load Diff