diff options
| author | Steve Lee <me@xiangyangli.com> | 2018-04-27 20:21:29 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2018-04-27 20:21:29 +0800 |
| commit | 3dca1e570b25ad6133b6724073fd1549763260c6 (patch) | |
| tree | 4d876f13f33e5d5547929c75e523adf99e5c9ec2 /.emacs.d/custom.el | |
| parent | f0f8a8dea249d36eb42aaeda714456829f059f46 (diff) | |
| download | dotfiles-3dca1e570b25ad6133b6724073fd1549763260c6.tar.xz dotfiles-3dca1e570b25ad6133b6724073fd1549763260c6.zip | |
update emacs.d
Diffstat (limited to '.emacs.d/custom.el')
| -rw-r--r-- | .emacs.d/custom.el | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.emacs.d/custom.el b/.emacs.d/custom.el new file mode 100644 index 0000000..29b92da --- /dev/null +++ b/.emacs.d/custom.el @@ -0,0 +1,27 @@ +;;; company --- All custom configuration + +;;; Commentary: + +;;; Code: + +(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. + '(browse-url-firefox-arguments nil) + '(browse-url-firefox-new-window-is-tab nil) + '(browse-url-firefox-program "firefox-esr") + '(custom-safe-themes + (quote + ("4486ade2acbf630e78658cd6235a5c6801090c2694469a2a2b4b0e12227a64b9" "66881e95c0eda61d34aa7f08ebacf03319d37fe202d68ecf6a1dbfd49d664bc3" default))) + '(inhibit-startup-screen t) + '(package-selected-packages + (quote + (scala-mode helm expand-region window-numbering flycheck company oceanic-theme forest-blue-theme org ## evil)))) +(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. + ) |
