update changes to custom.el

master
Jacopo De Simoi 3 years ago
parent a4608b5f17
commit cc120d2a40
  1. 5
      custom.el

@ -48,8 +48,8 @@
'(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"))
'(org-catch-invisible-edits 'smart)
'(org-clock-mode-line-total 'current)
'(org-fold-catch-invisible-edits 'smart)
'(org-habit-following-days 3)
'(org-habit-graph-column 66)
'(org-habit-preceding-days 7)
@ -86,7 +86,7 @@
("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 gist 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 avy markdown-mode magit-todos aggressive-indent pass magit helm-flycheck helm avy-zap))
'(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
@ -130,6 +130,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(bold ((t (:weight normal))))
'(bookmark-face ((t (:slant normal :weight normal))))
'(calendar-weekend-header ((t (:inherit font-lock-preprocessor-face :slant normal :weight normal))))
'(custom-visibility ((t (:inherit link))))
'(flyspell-margin-incorrect ((t (:inherit warning :underline nil))))

Loading…
Cancel
Save