Rewrite set-width to be a function that accepts any argument
This commit is contained in:
parent
7c92796a8c
commit
a449bcbb5b
4 changed files with 34 additions and 39 deletions
|
|
@ -1,16 +1,8 @@
|
|||
;;; themes.el -- Summary
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; (setq airline-helm-colors t)
|
||||
;; (setq airline-cursor-colors t)
|
||||
;; (setq airline-eshell-colors t)
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; Add mode line icons items
|
||||
;; (mode-icons-mode)
|
||||
|
||||
;; Use smart-mode-line
|
||||
(require 'smart-mode-line)
|
||||
(setq sml/no-confirm-load-theme t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue