mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 18:40:26 +10:00
Setting function for using Emacs as manpager.
This commit is contained in:
@@ -136,6 +136,13 @@ function org-search -d "send a search string to org-mode"
|
||||
printf $output
|
||||
end
|
||||
|
||||
# Function for using Emacs as our manpage reader.
|
||||
# Use :q to quit out of Emacs and return to the shell.
|
||||
function macsman
|
||||
# emacsclient -nw -e "(man \"$argv\")"
|
||||
emacsclient -nw -e "(let ((Man-notify-method 'bully)) (man \"$argv\"))"
|
||||
end
|
||||
|
||||
### END OF FUNCTIONS ###
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user