Skip to content

Instantly share code, notes, and snippets.

@remi-gelinas
Created March 13, 2016 16:10
Show Gist options
  • Save remi-gelinas/049553ec9c4a02ac0dcb to your computer and use it in GitHub Desktop.
Save remi-gelinas/049553ec9c4a02ac0dcb to your computer and use it in GitHub Desktop.
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
(add-to-list 'load-path "~/.emacs.d/vendor/emacs-powerline")
(require 'powerline)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-enabled-themes (quote (whiteboard)))
'(custom-safe-themes
(quote
("82e2fb78d49bba3635d22f24bc54aec7ec12957ac603a0e0031ab66a015b11ab" default))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
(setq global-linum-mode t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment