summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2019-08-18 13:13:37 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2019-08-18 13:14:31 -0400
commit2885aac34ed93e4629cf8db296425531291ac989 (patch)
tree51ba59a78af6146307a43a3484e33a07fee6ab56 /spacemacs
parentb708b0608b704c4206d70ab1bc7162901ba71bf3 (diff)
spacemacs config
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs23
1 files changed, 20 insertions, 3 deletions
diff --git a/spacemacs b/spacemacs
index 8252ddd..63d9bd4 100644
--- a/spacemacs
+++ b/spacemacs
@@ -18,6 +18,8 @@ values."
;; of a list then all discovered layers will be installed.
dotspacemacs-configuration-layers
'(
+ csv
+ finance
;; ----------------------------------------------------------------
;; Example of useful layers you may want to use right away.
;; Uncomment some layer names and press <SPC f e R> (Vim style) or
@@ -48,6 +50,7 @@ values."
version-control
gnus
mu4e
+ nixos
(mu4e :variables
mu4e-installation-path "/usr/share/emacs/site-lisp")
)
@@ -234,6 +237,9 @@ user code."
(defun kj-org-config ()
"Org configuration."
+ (org-babel-do-load-languages
+ 'org-babel-load-languages
+ '((R . t)))
(setq-default
;; nxml is unbearably slow :(
rng-nxml-auto-validate-flag nil
@@ -242,12 +248,16 @@ user code."
'((sequence "TODO(t)" "WAIT(w@/!)" "|" "DONE(d!)" "CANCELED(c@)"))
org-directory "~/org"
org-support-shift-select t
- ;; org-capture-templates
;; '(("t" "Todo" entry (file+headline "~/org/in.org" "Tasks")
;; "* TODO %?\n %i\n %a")))
org-capture-templates
'(("t" "Todo" entry (file+headline "~/org/in.org" "Tasks")
- "* TODO %?")))
+ "* TODO %?")
+ ("r" "Run" entry (file+datetree "~/projects/www/running-new.org")
+ "* Test Run\n %?")
+ )
+ org-agenda-files '("~/org")
+ )
(eval-after-load "org" '(require 'ox-md nil t))
; (global-git-commit-mode t)
)
@@ -304,6 +314,13 @@ layers configuration. You are free to put any user code."
(setq magit-last-seen-setup-instructions "1.4.0")
(mu4e-config)
(add-to-list 'spacemacs-indent-sensitive-modes 'nix-mode)
+ (setq dns-mode-soa-auto-increment-serial nil)
+ (add-to-list 'org-structure-template-alist
+ `("r" ,(string-join '("** Untitled Run"
+ " :PROPERTIES:"
+ " :dist: "
+ " :date: %t"
+ " :END:") "\n")))
)
(custom-set-variables
;; custom-set-variables was added by Custom.
@@ -312,7 +329,7 @@ layers configuration. You are free to put any user code."
;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
- (idris-mode prop-menu ledger-mode 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))))
+ (winum uuidgen pug-mode org-projectile org-category-capture org-mime org-download mu4e-maildirs-extension mu4e-alert ht livid-mode skewer-mode simple-httpd link-hint intero flycheck hlint-refactor helm-hoogle git-link eyebrowse evil-visual-mark-mode evil-unimpaired evil-ediff eshell-z dumb-jump f company-ghci company-ghc company column-enforce-mode cargo idris-mode prop-menu ledger-mode 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.