This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Do not push mark in minibuffer
master
10sr
4 years ago
parent
202fd68d53
commit
32a62a6b50
Signed by:
10sr
GPG Key ID:
7BEC428194130EB2
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
emacs.el
+ 2
- 1
emacs.el
View File
@@ -540,7 +540,8 @@ Otherwize hook it."
))
(add-hook 'switch-buffer-functions
(lambda (&rest _)
(unless (mark t)
(unless (or (mark t)
(minibufferp))
(push-mark))))
(when (fboundp 'back-button-mode)
Write
Preview
Loading…
Cancel
Save