diff --git a/.irssi/config b/.irssi/config index fc6f2be4..bf463326 100644 --- a/.irssi/config +++ b/.irssi/config @@ -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"; diff --git a/bundle/display.el b/bundle/display.el index 350d7b0d..86fd992c 100644 --- a/bundle/display.el +++ b/bundle/display.el @@ -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")) diff --git a/bundle/org-mode-settings.el b/bundle/org-mode-settings.el index 1bac1f84..e928056b 100644 --- a/bundle/org-mode-settings.el +++ b/bundle/org-mode-settings.el @@ -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: diff --git a/eww-bookmarks b/eww-bookmarks index c5e5ffe2..2aa01213 100644 --- a/eww-bookmarks +++ b/eww-bookmarks @@ -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")