Replace fundamental-lang src blocks

This commit is contained in:
TEC 2024-04-18 20:42:44 +08:00
parent 21e4764873
commit 72b72d133a
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 4 additions and 3 deletions

View File

@ -330,7 +330,8 @@ few extras.
*** Magit push in daemon *** Magit push in daemon
Quite often trying to push to a remote in the Emacs daemon produces as error like this: 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 128 git … push -v origin refs/heads/master\:refs/heads/master
Pushing to git@github.com:tecosaur/emacs-config.git 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 Please make sure you have the correct access rights
and the repository exists. and the repository exists.
#+end_src #+end_example
*** Unread emails doesn't work across Emacs instances *** 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. above the hunk --- like the parent heading.
This can be achieved by first adding a new diff mode to git in =~/.config/git/attributes= 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 ,*.org diff=org
#+end_src #+end_src