]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Remove dtache/detached
authorEshel Yaron <eshel@areionsec.com>
Thu, 26 May 2022 08:04:14 +0000 (11:04 +0300)
committerEshel Yaron <eshel@areionsec.com>
Thu, 26 May 2022 08:04:14 +0000 (11:04 +0300)
.emacs.d/esy.org

index e507132bec8282018925a357ee42e33299b539e8..0a251c14b5f4264343cef40de0e9fe73c83d954e 100644 (file)
@@ -22,13 +22,11 @@ exporting and publishing]] below for more information regarding [[https://eshely
 
 ** Last modification time
 
-Last modification time of this file:
+This file was last updated at:
 
 #+begin_src emacs-lisp :tangle no :exports results
-  (format-time-string
-   "Last updated at: %d-%m-%Y"
-   (file-attribute-modification-time
-    (file-attributes esy/source-path)))
+  (format-time-string "%d-%m-%Y" (file-attribute-modification-time
+                                  (file-attributes esy/source-path)))
 #+end_src
 
 ** Current source control revision
@@ -150,9 +148,9 @@ For further information about Elisp headers, see [[info:elisp#Library
           all-the-icons all-the-icons-completion anzu
           auctex-latexmk benchmark-init browse-at-remote
           browse-kill-ring cape corfu command-log-mode dabbrev define-word
-          diff-hl diminish disable-mouse dockerfile-mode dtache elfeed
-          emacsql-sqlite3 embark-consult erlang exec-path-from-shell
-          expand-region flymake-swi-prolog fullframe ggtags git-blamed
+          diff-hl diminish disable-mouse dockerfile-mode elfeed
+          embark-consult erlang exec-path-from-shell
+          flymake-swi-prolog ggtags git-blamed
           git-timemachine gitconfig-mode gitignore-mode
           gnu-elpa-keyring-update gnuplot gnuplot-mode go-mode
           graphviz-dot-mode highlight-escape-sequences htmlize
@@ -823,7 +821,6 @@ refiling directly into deeper headings as well.
     (global-set-key [remap kill-region] #'esy/kill-dwim)
     (global-set-key [remap goto-line] #'consult-goto-line)
     (global-set-key [remap suspend-frame] #'zap-up-to-char)
-    (global-set-key [remap async-shell-command] #'dtache-shell-command)
     (global-set-key [remap imenu] #'consult-imenu)
     (global-set-key [remap make-frame] #'move-dup-duplicate-down)
     (global-set-key [remap ns-print-buffer] #'move-dup-duplicate-up)
@@ -1063,16 +1060,6 @@ does in the shell.
   (add-hook 'after-init-hook #'esy/setup-completions)
 #+end_src
 
-* Async shell commands with =dtache=
-:PROPERTIES:
-:CUSTOM_ID: dtache
-:END:
-
-#+begin_src emacs-lisp
-  (with-eval-after-load 'dtache
-    (setq dtache-notification-function #'dtache-state-transitionion-echo-message))
-#+end_src
-
 * Mode-line customizations
 :PROPERTIES:
 :CUSTOM_ID: modeline