Update settings
This commit is contained in:
parent
826fc4a400
commit
869a965942
4 changed files with 9 additions and 4 deletions
|
@ -306,7 +306,7 @@ ignores = (
|
|||
channels = ( "#hackerboard", "#selenium", "#python.de" );
|
||||
},
|
||||
{ level = "JOINS PARTS QUITS NICKS"; },
|
||||
{
|
||||
q {
|
||||
level = "ACTIONS";
|
||||
pattern = "(away|gone|back|playin|weg|wech|returned)";
|
||||
regexp = "yes";
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
(column-number-mode 1) ; Display column number in the mode line
|
||||
(size-indication-mode -1) ; Display buffer size in the mode line
|
||||
(line-number-mode 1) ; Display line number in the mode line
|
||||
(display-battery-mode 1) ; Display battery status in the mode line
|
||||
(display-time-mode 1) ; Display time in the mode line
|
||||
(display-battery-mode -1) ; Display battery status in the mode line
|
||||
(display-time-mode -1) ; Display time in the mode line
|
||||
|
||||
(add-to-list 'default-frame-alist '(fullscreen . maximized)) ; Maximize Window
|
||||
(add-to-list 'default-frame-alist '(font . "Iosevka Term-14"))
|
||||
|
|
|
@ -39,6 +39,10 @@
|
|||
(setq org-agenda-files `(,(concat *docs-path* "\\Journal"))
|
||||
org-default-notes-file (concat *docs-path* "\\Journal\\notes.org"))))
|
||||
|
||||
(when (eq system-type 'gnu/linux)
|
||||
(setq org-plantuml-jar-path
|
||||
(expand-file-name "~/.local/bin/plantuml.jar")))
|
||||
|
||||
(provide 'org-mode-settings)
|
||||
|
||||
;; Local Variables:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
;; Auto-generated file; don't edit
|
||||
((:url "https://github.com/dfeich/org-babel-examples" :title "GitHub - dfeich/org-babel-examples: Examples using emacs org mode babel inline source code with different backend languages" :time "Tue Feb 18 14:45:12 2020")
|
||||
((:url "https://elpy.readthedocs.io/en/latest/index.html" :title "Elpy — Elpy 1.32.0 documentation" :time "Wed Feb 19 19:01:44 2020")
|
||||
(:url "https://github.com/dfeich/org-babel-examples" :title "GitHub - dfeich/org-babel-examples: Examples using emacs org mode babel inline source code with different backend languages" :time "Tue Feb 18 14:45:12 2020")
|
||||
(:url "https://github.com/skuro/plantuml-mode" :title "GitHub - skuro/plantuml-mode: A major mode for editing PlantUML sources in Emacs" :time "Tue Feb 18 14:44:15 2020")
|
||||
(:url "https://org-babel.readthedocs.io/en/latest/" :title "Org Babel reference card" :time "Mon Feb 17 20:38:25 2020")
|
||||
(:url "https://www.emacswiki.org/emacs/EmacsCrashCode" :title "EmacsWiki: Emacs Crash Code" :time "Sun Feb 16 14:42:11 2020")
|
||||
|
|
Loading…
Add table
Reference in a new issue