Add headers and provide to each package

This commit is contained in:
Maciej 2020-07-24 09:10:11 +03:00
parent ae4946ea96
commit 4337243183
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
11 changed files with 105 additions and 11 deletions

View file

@ -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