diff --git a/bundle/bundle--latex.el b/bundle/bundle--latex.el index 6e8a34d3..2db01735 100644 --- a/bundle/bundle--latex.el +++ b/bundle/bundle--latex.el @@ -1,9 +1,9 @@ -(require 'ox-latex) -(add-to-list 'org-latex-classes - '("koma-article" - "\\documentclass{scrartcl}" - ("\\section{%s}" . "\\section*{%s}") - ("\\subsection{%s}" . "\\subsection*{%s}") - ("\\subsubsection{%s}" . "\\subsubsection*{%s}") - ("\\paragraph{%s}" . "\\paragraph*{%s}") - ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) +(with-eval-after-load 'ox-latex + (add-to-list 'org-latex-classes + '("koma-article" + "\\documentclass{scrartcl}" + ("\\section{%s}" . "\\section*{%s}") + ("\\subsection{%s}" . "\\subsection*{%s}") + ("\\subsubsection{%s}" . "\\subsubsection*{%s}") + ("\\paragraph{%s}" . "\\paragraph*{%s}") + ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))) diff --git a/bundle/bundle--mk.el b/bundle/bundle--mk.el index e376c929..1ac052d2 100644 --- a/bundle/bundle--mk.el +++ b/bundle/bundle--mk.el @@ -1,5 +1,3 @@ -(require 'ox-latex) - (defun mk-show-modeline () (interactive) (setq mode-line-format @@ -53,15 +51,6 @@ (interactive) (me/split-windows-vertical 3)) -(add-to-list 'org-latex-classes - '("koma-article" - "\\documentclass{scrartcl}" - ("\\section{%s}" . "\\section*{%s}") - ("\\subsection{%s}" . "\\subsection*{%s}") - ("\\subsubsection{%s}" . "\\subsubsection*{%s}") - ("\\paragraph{%s}" . "\\paragraph*{%s}") - ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) - ;; Set transparency of emacs (defun transparency (value) "Sets the transparency of the frame window. 0=transparent/100=opaque" diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index ea0a5987..f1fd6e8f 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -349,6 +349,7 @@ (use-package csv-mode) (use-package elfeed + :bind ("C-x w" . elfeed) :config (setq elfeed-feeds '("http://nullprogram.com/feed/" @@ -371,6 +372,9 @@ "https://uxmovement.com/feed" "https://www.uxbeginner.com/feed/" "https://jeffgothelf.com/feed/" + "https://irreal.org/blog/?feed=rss2" + "https://emacs.stackexchange.com/feeds" + "https://www.planetpython.org/rss20.xml" "https://www.phoronix.com/rss.php"))) (use-package smartparens) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index dced5b2d..b89e6e50 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -37,6 +37,8 @@ ("\\?\\?\\?+" . "#dc752f"))) '(initial-buffer-choice "~/Documents/journal/notes.org") '(initial-frame-alist '((fullscreen . maximized))) + '(ispell-dictionary "de_DE,de_CH,en_GB,en_US") + '(ispell-program-name "hunspell") '(org-modules '(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert)) '(org-plantuml-jar-path "~/.local/bin/plantuml.jar")