emacs - eshell-here
[dotfiles.git] / emacs.d_2 / init.el
1
2 ;; Added by Package.el.  This must come before configurations of
3 ;; installed packages.  Don't delete this line.  If you don't want it,
4 ;; just comment it out by adding a semicolon to the start of the line.
5 ;; You may delete these explanatory comments.
6 (package-initialize)
7
8 (org-babel-load-file "~/.emacs.d/config.org")
9 (custom-set-variables
10  ;; custom-set-variables was added by Custom.
11  ;; If you edit it by hand, you could mess it up, so be careful.
12  ;; Your init file should contain only one such instance.
13  ;; If there is more than one, they won't work right.
14  '(package-selected-packages
15    (quote
16     (counsel slime ido-exit-target undo-tree gnugo emms which-key ido-ubiquitous persp-projectile projectile company company-mode lispy worf use-package smex smartparens smart-comment org-bullets org multi-term magit linum-relative ido-vertical-mode flx-ido el-get color-theme-sanityinc-tomorrow color-theme color-identifiers-mode ace-window))))
17 (custom-set-faces
18  ;; custom-set-faces was added by Custom.
19  ;; If you edit it by hand, you could mess it up, so be careful.
20  ;; Your init file should contain only one such instance.
21  ;; If there is more than one, they won't work right.
22  '(mode-line-buffer-id ((t (:foreground "black" :bold t))))
23  '(org-block ((t (:background "#000000"))))
24  '(org-block-background ((t (:background "#000000"))))
25  '(org-block-begin-line ((t (:foreground "#008ED1" :background "#002E41"))))
26  '(org-block-end-line ((t (:foreground "#008ED1" :background "#002E41"))))
27  '(which-func ((t (:foreground "green")))))