Untangled few parts. Change the location of the notification script
This commit is contained in:
parent
2364bd462c
commit
008da63e3c
@ -109,9 +109,9 @@ r (<= (overlay-start ov) (point))
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* User-Config
|
* User-Config
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args:emacs-lisp+: :tangle ~/.spacemacs.d/user-config.el
|
:header-args:emacs-lisp+: :tangle ~/.spacemacs.d/user-config.el
|
||||||
:END:
|
:END:
|
||||||
** Others
|
** Others
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; Line Wrapping
|
;; Line Wrapping
|
||||||
@ -555,13 +555,13 @@ https://emacs.stackexchange.com/questions/3844/good-methods-for-setting-up-alarm
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** appt-notification script
|
**** appt-notification script
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle ~/bin/appt-notification
|
:header-args: :tangle ~/.spacemacs.d/bin/appt-notification
|
||||||
:header-args+: :comments none :mkdirp yes
|
:header-args+: :comments none :mkdirp yes
|
||||||
:header-args+: :shebang "#!/usr/bin/env bash"
|
:header-args+: :shebang "#!/usr/bin/env bash"
|
||||||
:END:
|
:END:
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
TIME="$1"
|
TIME="$1"TODO
|
||||||
MSG="$2"
|
MSG="$2"
|
||||||
|
|
||||||
dunstify --replace=85401 "Event in $TIME minutes" "$MSG"
|
dunstify --replace=85401 "Event in $TIME minutes" "$MSG"
|
||||||
@ -700,13 +700,13 @@ Documentation:
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(with-eval-after-load "ob"
|
;; (with-eval-after-load "ob"
|
||||||
(require 'org-babel-eval-in-repl))
|
;; (require 'org-babel-eval-in-repl))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(with-eval-after-load "eval-in-repl"
|
;; (with-eval-after-load "eval-in-repl"
|
||||||
(setq eir-jump-after-eval nil))
|
;; (setq eir-jump-after-eval nil))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** TODO Theme
|
**** TODO Theme
|
||||||
@ -1688,6 +1688,9 @@ https://www.reddit.com/r/emacs/comments/d3a8or/pretty_org_tables_in_the_buffer_c
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** TODO [#B] Mails With Mu4e
|
** TODO [#B] Mails With Mu4e
|
||||||
|
:PROPERTIES:
|
||||||
|
:header-args:emacs-lisp+: :tangle no
|
||||||
|
:END:
|
||||||
- https://github.com/kzar/davemail
|
- https://github.com/kzar/davemail
|
||||||
- http://cachestocaches.com/2017/3/complete-guide-email-emacs-using-mu-and-/
|
- http://cachestocaches.com/2017/3/complete-guide-email-emacs-using-mu-and-/
|
||||||
- http://spacemacs.org/layers/+email/mu4e/README.html
|
- http://spacemacs.org/layers/+email/mu4e/README.html
|
||||||
@ -1972,6 +1975,9 @@ Check [[https://github.com/djcb/mu/issues/179][here]].
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** TODO [#B] Slack
|
** TODO [#B] Slack
|
||||||
|
:PROPERTIES:
|
||||||
|
:header-args:emacs-lisp+: :tangle no
|
||||||
|
:END:
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(slack-register-team
|
(slack-register-team
|
||||||
:name "emacs-slack"
|
:name "emacs-slack"
|
||||||
@ -2039,6 +2045,9 @@ Type the abbreviation and use =C-x a -= to create a new abbreviation.
|
|||||||
** Elfeed
|
** Elfeed
|
||||||
|
|
||||||
** Telegram
|
** Telegram
|
||||||
|
:PROPERTIES:
|
||||||
|
:header-args:emacs-lisp+: :tangle no
|
||||||
|
:END:
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(telega-notifications-mode 1)
|
(telega-notifications-mode 1)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
Reference in New Issue
Block a user