summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--custom/jao-custom-programming.el8
-rw-r--r--init.el28
2 files changed, 25 insertions, 11 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el
index fa6e474..61e51ea 100644
--- a/custom/jao-custom-programming.el
+++ b/custom/jao-custom-programming.el
@@ -510,7 +510,13 @@
(use-package ob-applescript
:after org
:ensure t
- :demand t))
+ :demand t)
+
+ (use-package apples-mode
+ :ensure t
+ :init
+ (add-to-list 'auto-mode-alist
+ '("\\.\\(applescri\\|sc\\)pt\\'" . apples-mode))))
;;; -
(provide 'jao-custom-programming)
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 ()