Add headers and provide to each package
This commit is contained in:
parent
ae4946ea96
commit
4337243183
11 changed files with 105 additions and 11 deletions
|
|
@ -1,4 +1,6 @@
|
|||
;;; Programmers mode
|
||||
;;; 05prog-mode -- summary
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
;;; Wrap long lines
|
||||
(toggle-truncate-lines t)
|
||||
|
|
@ -10,6 +12,7 @@
|
|||
(global-eldoc-mode t)
|
||||
|
||||
;; Revert tag tables without asking
|
||||
(require 'etags)
|
||||
(setq tags-revert-without-query t)
|
||||
|
||||
;;; Show trailing whitespace and remove whitespace on save
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue