Update custom.el

master
Jacopo De Simoi 3 years ago
parent c0b4103021
commit e5b930c3e0
  1. 11
      custom.el

@ -44,7 +44,7 @@
(sign)
(encrypt))))
'(org-agenda-files
'("~/org/master.org" "~/org/next.org" "~/org/orgzly/work.org" "~/org/orgzly/scheduled.org" "~/org/orgzly/hack.org" "~/org/orgzly/library.org" "~/org/orgzly/kaizen.org" "~/org/orgzly/refile.org"))
'("/home/jacopods/org/master.org" "/home/jacopods/org/orgzly/work.org" "/home/jacopods/org/orgzly/scheduled.org" "/home/jacopods/org/orgzly/hack.org" "/home/jacopods/org/orgzly/library.org" "/home/jacopods/org/kaizen.org" "/home/jacopods/org/orgzly/refile.org"))
'(org-agenda-show-inherited-tags 'always)
'(org-babel-load-languages '((emacs-lisp . t) (shell . t)))
'(org-babel-shell-names '("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh" "zsh"))
@ -86,10 +86,15 @@
("melpa-stable" . "http://stable.melpa.org/packages/")
("org" . "http://orgmode.org/elpa/")))
'(package-selected-packages
'(lua-mode geiser-guile adaptive-wrap org-roam excorporate helm-ag helm-projectile org-journal async with-editor treepy s popup epl pkg-info pcre2el dash f password-store hl-todo graphql ghub git-commit magit-popup flycheck helm-core git-gutter markdown-mode magit-todos aggressive-indent pass magit helm-flycheck helm))
'(jeison dired-du lua-mode geiser-guile adaptive-wrap org-roam excorporate helm-ag helm-projectile org-journal async with-editor treepy s popup epl pkg-info pcre2el dash f password-store hl-todo graphql ghub git-commit magit-popup flycheck helm-core git-gutter markdown-mode magit-todos aggressive-indent pass magit helm-flycheck helm))
'(parens-require-spaces nil)
'(safe-local-variable-values
'((eval save-excursion
'((tag-to-filenames-alist quote
(("daily" . ".zshrc")
("blender" . ".zshrc.blender")
("pi" . "/ssh:ssh.jacopods.xyz:.zshrc")
("android" . ".zshrc.android")))
(eval save-excursion
(org-babel-goto-named-src-block "def-tag")
(org-babel-execute-src-block))
(org-src-preserve-indentation . t)

Loading…
Cancel
Save