Complete refactor & implement cask
This commit is contained in:
parent
418f7bc5a6
commit
8f93fb9b73
39 changed files with 1534 additions and 1155 deletions
17
init/my-settings.el
Normal file
17
init/my-settings.el
Normal file
|
@ -0,0 +1,17 @@
|
|||
(provide 'my-settings)
|
||||
|
||||
(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.
|
||||
'(git-gutter:lighter " !")
|
||||
)
|
||||
|
||||
(set-face-background 'show-paren-match-face "#1f1f1f")
|
||||
(set-face-foreground 'show-paren-match-face "orange")
|
||||
(set-face-attribute 'show-paren-match-face nil
|
||||
:weight 'bold :underline nil :overline nil :slant 'normal)
|
||||
|
||||
(setenv "SHELL" (s-trim (shell-command-to-string "which zsh")))
|
||||
(setenv "EMACS" "1")
|
Loading…
Add table
Add a link
Reference in a new issue