-wttrin
Kinda useless, don't use it anyway.
This commit is contained in:
@@ -14,11 +14,6 @@ Don't byte compile this, not a good idea.
|
|||||||
;; -*-no-byte-compile: t-*-
|
;; -*-no-byte-compile: t-*-
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* General
|
* General
|
||||||
** wttrin
|
|
||||||
Weather analysis, useful for when I don't have my phone near me or I need to show just *how* much Emacs can do to someone.
|
|
||||||
#+BEGIN_SRC elisp
|
|
||||||
(package! wttrin)
|
|
||||||
#+END_SRC
|
|
||||||
** powerthesaurus
|
** powerthesaurus
|
||||||
Thesaurus for Emacs, amazingly useful.
|
Thesaurus for Emacs, amazingly useful.
|
||||||
I do know that doom has it's own dictionary and thesaurus module, but I wish to use my own cos I have very specific needs
|
I do know that doom has it's own dictionary and thesaurus module, but I wish to use my own cos I have very specific needs
|
||||||
|
|||||||
@@ -56,14 +56,6 @@ Function to get a password given a key.
|
|||||||
(defun dx:password-store/get-password (KEY)
|
(defun dx:password-store/get-password (KEY)
|
||||||
(shell-command-to-string (concat "pass " KEY)))
|
(shell-command-to-string (concat "pass " KEY)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Weather
|
|
||||||
Function to quickly check weather, which is what I wanted wttrin for.
|
|
||||||
#+BEGIN_SRC elisp
|
|
||||||
(defun dx:weather ()
|
|
||||||
"Check the weather at the 'location' stored in password store"
|
|
||||||
(interactive)
|
|
||||||
(wttrin (dx:password-store/get-password "location")))
|
|
||||||
#+END_SRC
|
|
||||||
* Newline
|
* Newline
|
||||||
Insert a newline without having to exit normal mode!
|
Insert a newline without having to exit normal mode!
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
|
|||||||
Reference in New Issue
Block a user