From 72b72d133ad78d22a13d86e9b6b2ab57eff9892c Mon Sep 17 00:00:00 2001 From: TEC Date: Thu, 18 Apr 2024 20:42:44 +0800 Subject: [PATCH] Replace fundamental-lang src blocks --- config.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 79bfbbd..8d2d2af 100644 --- a/config.org +++ b/config.org @@ -330,7 +330,8 @@ few extras. *** Magit push in daemon Quite often trying to push to a remote in the Emacs daemon produces as error like this: -#+begin_src fundamental + +#+begin_example 128 git … push -v origin refs/heads/master\:refs/heads/master Pushing to git@github.com:tecosaur/emacs-config.git @@ -338,7 +339,7 @@ fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. -#+end_src +#+end_example *** Unread emails doesn't work across Emacs instances @@ -7719,7 +7720,7 @@ git diff chunk heading to something more useful than just the immediate line above the hunk --- like the parent heading. This can be achieved by first adding a new diff mode to git in =~/.config/git/attributes= -#+begin_src fundamental +#+begin_src gitattributes ,*.org diff=org #+end_src