Skip to content

Instantly share code, notes, and snippets.

@mdsib
Created January 16, 2017 01:29
Show Gist options
  • Save mdsib/58d8d4750a16042b161a5c75ca7d37bc to your computer and use it in GitHub Desktop.
Save mdsib/58d8d4750a16042b161a5c75ca7d37bc to your computer and use it in GitHub Desktop.
;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)
(setq evil-want-C-u-scroll t)
(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-safe-themes
(quote
("251348dcb797a6ea63bbfe3be4951728e085ac08eee83def071e4d2e3211acc3" "962dacd99e5a99801ca7257f25be7be0cebc333ad07be97efd6ff59755e6148f" default)))
'(indent-tabs-mode nil)
'(js2-bounce-indent-p t)
'(js3-indent-level 4)
'(js3-indent-on-enter-key t)
'(js3-mirror-mode t)
'(package-selected-packages
(quote
(org-bullets which-key org-journal smart-tabs-mode auctex airline-themes neotree 0blayout web-mode color-theme json-mode js2-mode company-tern powerline-evil evil counsel ivy)))
'(xterm-mouse-mode t))
(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.
)
(load-file "~/.emacs.d/init.el")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment