mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix: emacs browse-url not opening links
This commit is contained in:
parent
c8e4493b8a
commit
383fb7022f
3 changed files with 4 additions and 0 deletions
|
|
@ -400,6 +400,7 @@ create a new one."
|
|||
password-cache-expiry nil
|
||||
)
|
||||
(setq browse-url-browser-function 'browse-url-firefox)
|
||||
(setenv "DISPLAY" ":0")
|
||||
;; disable a keybind that does more harm than good
|
||||
(global-set-key [remap suspend-frame]
|
||||
(lambda ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue