mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 21067e7cbe6d7a0f65ff5c317a96b5c337b0b3d8
commit | author | age
5cb5f7 1 (provide 'setup-environment)
C 2
3 (setq inhibit-startup-screen t)
4
5 (setq savehist-additional-variables '(search ring regexp-search-ring) ; also save your regexp search queries
6       savehist-autosave-interval 60     ; save every minute
7       )
8
9 (winner-mode 1)
10
11 (column-number-mode 1)
12
13 (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
14 (load-theme 'zenburn t)