Fix whitespace
This commit is contained in:
parent
02a390b541
commit
edf1bbf52d
1 changed files with 1 additions and 2 deletions
3
init.el
3
init.el
|
@ -63,7 +63,6 @@
|
|||
(require 'cl-lib)
|
||||
(setq default-major-mode 'text-mode)
|
||||
(setq inhibit-startup-buffer-menu t inhibit-startup-screen t)
|
||||
(setq tramp-default-method "ssh")
|
||||
(put 'narrow-to-region 'disabled nil)
|
||||
(put 'narrow-to-page 'disabled nil)
|
||||
(add-hook 'text-mode-hook 'turn-on-auto-fill)
|
||||
|
@ -163,7 +162,7 @@
|
|||
(holiday-fixed 11 1 "Allerheiligen")
|
||||
;; (holiday-float 11 3 1 "Buss- und Bettag" 16)
|
||||
(holiday-float 11 0 1 "Totensonntag" 20)))
|
||||
;;;
|
||||
|
||||
;;; bundle--server
|
||||
(require 'server)
|
||||
;; Start a server if (server-running-p) does not return t (e.g. if it
|
||||
|
|
Loading…
Add table
Reference in a new issue