summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2016-07-03 11:09:51 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2016-07-03 11:09:51 -0400
commitc800c122a1405ad89ce874d03ea305438bc227e3 (patch)
tree03ea540f3575fb3b5fb8024f181b851a5618e02b /spacemacs
parent2a92e8869bf6b33e7edfbb5c0d07a22f0b3777cb (diff)
Update shebang to use /usr/bin/env.
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs21
1 files changed, 18 insertions, 3 deletions
diff --git a/spacemacs b/spacemacs
index 21848b3..acb8467 100644
--- a/spacemacs
+++ b/spacemacs
@@ -34,7 +34,8 @@ values."
javascript
markdown
haskell
- ;; git
+ git
+ rust
markdown
org
;; (shell :variables
@@ -221,8 +222,8 @@ user code."
(evil-leader/set-key "ot"
(lambda () (interactive) (org-capture nil "t")))
- (evil-leader/set-key-for-mode
- 'org-mode "mh" 'org-up-element)
+ ;; (evil-leader/set-key-for-mode
+ ;; 'org-mode "mh" 'org-up-element)
)
(defun kj-org-config ()
@@ -251,3 +252,17 @@ layers configuration. You are free to put any user code."
(kj-org-config)
(load-file "~/.spacemacs.local")
)
+(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.
+ '(package-selected-packages
+ (quote
+ (toml-mode racer rust-mode smeargle orgit magit-gitflow helm-gitignore request gitignore-mode gitconfig-mode gitattributes-mode git-timemachine git-messenger evil-magit magit magit-popup git-commit with-editor xterm-color ws-butler window-numbering web-mode web-beautify volatile-highlights vi-tilde-fringe toc-org tern tagedit spacemacs-theme spaceline powerline smooth-scrolling slim-mode shm shell-pop scss-mode sass-mode restart-emacs rainbow-delimiters popwin persp-mode pcre2el paradox hydra spinner page-break-lines org-repo-todo org-present org-pomodoro alert log4e gntp org-plus-contrib org-bullets open-junk-file nyan-mode neotree multi-term move-text mmm-mode markdown-toc markdown-mode macrostep lorem-ipsum linum-relative leuven-theme less-css-mode json-mode json-snatcher json-reformat js2-refactor multiple-cursors s js2-mode js-doc jade-mode info+ indent-guide ido-vertical-mode hungry-delete htmlize hl-todo hindent highlight-parentheses highlight-numbers parent-mode highlight-indentation help-fns+ helm-themes helm-swoop helm-projectile helm-mode-manager helm-make projectile pkg-info epl helm-flyspell helm-flx helm-descbinds helm-css-scss helm-ag haskell-snippets yasnippet haml-mode google-translate golden-ratio gnuplot ghc haskell-mode gh-md flx-ido flx fill-column-indicator fancy-battery expand-region exec-path-from-shell evil-visualstar evil-tutor evil-surround evil-search-highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state smartparens evil-indent-plus evil-iedit-state iedit evil-exchange evil-escape evil-args evil-anzu anzu eval-sexp-fu highlight eshell-prompt-extras esh-help emmet-mode elisp-slime-nav disaster define-word coffee-mode cmm-mode cmake-mode clean-aindent-mode clang-format buffer-move bracketed-paste auto-highlight-symbol auto-dictionary auto-compile packed dash aggressive-indent adaptive-wrap ace-window ace-link ace-jump-helm-line helm avy helm-core popup async quelpa package-build use-package which-key bind-key bind-map evil monokai-theme))))
+(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.
+ )