From 008da63e3c6c82f778f224537e359d9e6cc08f76 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Mon, 16 Dec 2019 11:51:44 +0100 Subject: [PATCH] Untangled few parts. Change the location of the notification script --- dotfiles/spacemacs.org | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/dotfiles/spacemacs.org b/dotfiles/spacemacs.org index 8839ad5..2d92a27 100644 --- a/dotfiles/spacemacs.org +++ b/dotfiles/spacemacs.org @@ -109,9 +109,9 @@ r (<= (overlay-start ov) (point)) #+end_src * User-Config - :PROPERTIES: - :header-args:emacs-lisp+: :tangle ~/.spacemacs.d/user-config.el - :END: +:PROPERTIES: +:header-args:emacs-lisp+: :tangle ~/.spacemacs.d/user-config.el +:END: ** Others #+begin_src emacs-lisp ;; Line Wrapping @@ -555,13 +555,13 @@ https://emacs.stackexchange.com/questions/3844/good-methods-for-setting-up-alarm #+end_src **** appt-notification script - :PROPERTIES: - :header-args: :tangle ~/bin/appt-notification - :header-args+: :comments none :mkdirp yes - :header-args+: :shebang "#!/usr/bin/env bash" - :END: +:PROPERTIES: +:header-args: :tangle ~/.spacemacs.d/bin/appt-notification +:header-args+: :comments none :mkdirp yes +:header-args+: :shebang "#!/usr/bin/env bash" +:END: #+begin_src bash - TIME="$1" + TIME="$1"TODO MSG="$2" dunstify --replace=85401 "Event in $TIME minutes" "$MSG" @@ -700,13 +700,13 @@ Documentation: #+end_src #+begin_src emacs-lisp - (with-eval-after-load "ob" - (require 'org-babel-eval-in-repl)) + ;; (with-eval-after-load "ob" + ;; (require 'org-babel-eval-in-repl)) #+end_src #+begin_src emacs-lisp - (with-eval-after-load "eval-in-repl" - (setq eir-jump-after-eval nil)) + ;; (with-eval-after-load "eval-in-repl" + ;; (setq eir-jump-after-eval nil)) #+end_src **** TODO Theme @@ -1688,6 +1688,9 @@ https://www.reddit.com/r/emacs/comments/d3a8or/pretty_org_tables_in_the_buffer_c #+end_src ** TODO [#B] Mails With Mu4e +:PROPERTIES: +:header-args:emacs-lisp+: :tangle no +:END: - https://github.com/kzar/davemail - http://cachestocaches.com/2017/3/complete-guide-email-emacs-using-mu-and-/ - http://spacemacs.org/layers/+email/mu4e/README.html @@ -1972,6 +1975,9 @@ Check [[https://github.com/djcb/mu/issues/179][here]]. #+end_src ** TODO [#B] Slack +:PROPERTIES: +:header-args:emacs-lisp+: :tangle no +:END: #+begin_src emacs-lisp (slack-register-team :name "emacs-slack" @@ -2039,6 +2045,9 @@ Type the abbreviation and use =C-x a -= to create a new abbreviation. ** Elfeed ** Telegram +:PROPERTIES: +:header-args:emacs-lisp+: :tangle no +:END: #+begin_src emacs-lisp (telega-notifications-mode 1) #+end_src