From 23831f9c15b3614ece6e936b67cd9ecb93a7c2c1 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 26 May 2022 11:04:14 +0300 Subject: [PATCH] Remove dtache/detached --- .emacs.d/esy.org | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/.emacs.d/esy.org b/.emacs.d/esy.org index e507132..0a251c1 100644 --- a/.emacs.d/esy.org +++ b/.emacs.d/esy.org @@ -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 -- 2.39.2