Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
7dc430c9c6
4 changed files with 15 additions and 20 deletions
|
@ -1,4 +1,4 @@
|
|||
(require 'ox-latex)
|
||||
(with-eval-after-load 'ox-latex
|
||||
(add-to-list 'org-latex-classes
|
||||
'("koma-article"
|
||||
"\\documentclass{scrartcl}"
|
||||
|
@ -6,4 +6,4 @@
|
|||
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
|
||||
("\\paragraph{%s}" . "\\paragraph*{%s}")
|
||||
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
|
||||
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))))
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue