summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el28
1 files changed, 18 insertions, 10 deletions
diff --git a/init.el b/init.el
index edddf6a..55e60d0 100644
--- a/init.el
+++ b/init.el
@@ -1232,9 +1232,9 @@
:custom ((ispell-personal-dictionary
(expand-file-name "~/.emacs.d/ispell.dict"))))
-(use-package reverso
- :ensure t
- :init (setq reverso-languages '(english spanish french german)))
+;; (use-package reverso
+;; :ensure t
+;; :init (setq reverso-languages '(english spanish french german)))
;; (use-package wordreference
;; :ensure t
@@ -1807,16 +1807,24 @@
["Documents"
("d" "go to doc" jao-select-pdf)
("o" "open doc" jao-open-doc)
- ("s" "open skim doc" jao-skim-open-current-doc)
("c" "view cache" doc-view-dired-cache)]
- ["Browse"
- ("bn" "browse NNW article" jao-nnw-browse-current-article)
- ("bs" "browse safary article" jao-safari-browse-current)]
- ["Network"
- ("S" "ssh" jao-ssh)
- ("r" "r2e" jao-r2e)]
+ ["External"
+ ("xn" "browse NNW article" jao-nnw-browse-current-article)
+ ("xs" "browse safary article" jao-safari-browse-current)
+ ("xk" "open skim doc" jao-skim-open-current-doc)]
+ ["Blog"
+ ("bn" "create post" jao-org-static-blog-create-new-post)
+ ("bd" "create draft" jao-org-static-blog-create-new-draft)
+ ("be" "edit draft" jao-org-static-blog-edit-draft)]
+ ["Afio"
+ ("g" "mail" jao-afio-goto-mail)
+ ("z" "docs" jao-afio-goto-docs)
+ ("w" "wwww" jao-afio-goto-www)
+ ("f" "main" jao-afio-goto-main)]
["Utilities"
+ ("s" "ssh" jao-ssh)
("l" "packages" jao-list-packages)
+ ("p" "passwords" password-store-menu)
("f" "copy buffer file name" copy-buffer-file-name-as-kill)]])
(transient-define-prefix jao-transient-utils ()