Add customizations

master
Jacopo De Simoi 2 years ago
parent f1889d427b
commit 5dfcc6d81b
  1. 8
      custom.el

@ -31,6 +31,7 @@
'(frame-background-mode 'dark)
'(global-disable-mouse-mode-lighter "")
'(global-font-lock-mode t nil (font-lock))
'(global-page-break-lines-mode nil nil (page-break-lines))
'(helm-su-or-sudo "su")
'(hl-sexp-background-colors '("#395959"))
'(ibuffer-use-other-window t)
@ -60,7 +61,7 @@
'(org-habit-show-habits-only-for-today nil)
'(org-habit-today-glyph 57520)
'(org-icalendar-categories '(all-tags category))
'(org-icalendar-include-todo t t)
'(org-icalendar-include-todo t)
'(org-indent-mode-turns-on-hiding-stars nil)
'(org-latex-default-packages-alist
'(("AUTO" "inputenc" t
@ -89,10 +90,11 @@
("melpa-stable" . "http://stable.melpa.org/packages/")
("org" . "http://orgmode.org/elpa/")))
'(package-selected-packages
'(slack treesit-auto org-roam elfeed jeison dired-du lua-mode geiser-guile adaptive-wrap 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))
'(org-ql helm-xref slack treesit-auto org-roam elfeed jeison dired-du lua-mode geiser-guile adaptive-wrap 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
'((org-heading-cycle-list
'((gac-automatically-push-p . t)
(org-heading-cycle-list
("Cleanup [[file:~/work/][work]] dir" "Cleanup [[file:~/][home]] dir" "Cleanup [[file:~/Nextcloud][nextcloud]] dir"))
(eval save-excursion
(org-babel-goto-named-src-block "def-tag")

Loading…
Cancel
Save