Misc updates

master
Jacopo De Simoi 2 years ago
parent f43116752a
commit b340c21c58
  1. 2
      .mc-lists.el
  2. 6
      custom.el

@ -87,6 +87,7 @@
smart-delete-backward-char
smart-line-beginning
smart-tab
transpose-sexps
transpose-words
))
@ -116,6 +117,7 @@
mu4e-headers-mark-for-move
mu4e-headers-mark-for-trash
mu4e-headers-prev
org-agenda-bulk-mark
org-agenda-next-line
org-clock-modify-effort-estimate
org-clock-report

@ -60,7 +60,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)
'(org-icalendar-include-todo t t)
'(org-indent-mode-turns-on-hiding-stars nil)
'(org-latex-default-packages-alist
'(("AUTO" "inputenc" t
@ -89,7 +89,7 @@
("melpa-stable" . "http://stable.melpa.org/packages/")
("org" . "http://orgmode.org/elpa/")))
'(package-selected-packages
'(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))
'(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
@ -127,7 +127,7 @@
(auto-revert-mode . 1)
(eval add-hook 'before-save-hook 'org-icalendar-export-to-ics nil t)
(eval add-hook 'before-save-hook 'org-export-icalendar-this-file nil t)
(TeX-master . notes\.tex)
(TeX-master . notes.tex)
(bookmark-default-file . "./emacs.bmk")))
'(smart-tab-completion-functions-alist
'((emacs-lisp-mode . lisp-complete-symbol)

Loading…
Cancel
Save