Rewrite set-width to be a function that accepts any argument

This commit is contained in:
Maciej Szlosarczyk 2017-05-26 00:08:01 +03:00
parent 7c92796a8c
commit a449bcbb5b
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
4 changed files with 34 additions and 39 deletions

View file

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