diff --git a/emacs/init.el b/emacs/init.el index 7790a71..037f9b4 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -100,7 +100,7 @@ ;; If there is more than one, they won't work right. '(package-selected-packages (quote - (go-mode jq-mode web-beautify use-package tern-auto-complete rustfmt racer neotree magit json-reformat js2-highlight-vars jedi helm flymake-rust flycheck-rust csharp-mode company-jedi cargo)))) + (swift-mode swift3-mode go-mode jq-mode web-beautify use-package tern-auto-complete rustfmt racer neotree magit json-reformat js2-highlight-vars jedi helm flymake-rust flycheck-rust csharp-mode company-jedi cargo)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/zsh_commonrc b/zsh_commonrc new file mode 100644 index 0000000..9fb2135 --- /dev/null +++ b/zsh_commonrc @@ -0,0 +1,13 @@ +ZSH_THEME="zhann" + +plugins=(git mercurial) + +source $ZSH/oh-my-zsh.sh + +setopt noincappendhistory +setopt nosharehistory + +export EDITOR=emacs + + +alias ls='ls -Galp'