Created
November 3, 2019 05:52
-
-
Save 41tair/2e9b041e6ac540319c0292472a94389b to your computer and use it in GitHub Desktop.
init emacs config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eval-buffer 加载当前的文件 | |
(setq debug-on-error t) 打开调试模式 | |
打开行号 (global-linum-mode t) | |
加载util util | |
配置 elpa https://melpa.org/#/ | |
ivy https://github.com/abo-abo/swiper | |
sr-speedbar https://www.emacswiki.org/emacs/SrSpeedbar | |
magit https://github.com/magit/magit | |
multi-term https://www.emacswiki.org/emacs/MultiTerm | |
ag.el https://github.com/Wilfred/ag.el | |
dired | |
csv | |
docker https://www.emacswiki.org/emacs/Docker | |
company https://github.com/company-mode/company-mode https://github.com/tkf/emacs-jedi | |
ivy https://github.com/abo-abo/swiper | |
python https://github.com/proofit404/anaconda-mode [坑]https://github.com/proofit404/anaconda-mode/issues/296 | |
jedi https://github.com/syohex/emacs-company-jedi | |
flyspell | |
flycheck | |
undo tree | |
theme https://pawelbx.github.io/emacs-theme-gallery/ | |
bind key | |
smex | |
yasnippet | |
daemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment