Questions tagged [emacs-w32]
3 questions
3
votes
2 answers
Emacs super key modifier on Caps Lock in Windows native and Cygwin emacs-w32
I use super modifier because it is transparent to any keymap (for example there is no need for C-c C-j or C-c C-x o in term terminal mode, any s-... command just works). Under X I use xmodmap.
Under Windows 10 it is hard to use Win key with letters…

gavenkoa
- 3,352
- 19
- 36
1
vote
2 answers
Unbind CUA key only in dired mode
Goal: unbind key ONLY in dired mode in order to rebind it to dired-w32explore.
My configuration is using use-package with something like this:
(use-package dired
:init
(unbind-key "" cua-global-keymap)
:bind (:map…

nephewtom
- 2,219
- 17
- 29
0
votes
1 answer
Org mode export to HTML not opening in browser in cygwin emacs-w32
When I do C-c C-e h o the file opens in an Emacs buffer instead of my default browser which is odd because org-mode links do open in the browser as is the case when I preview a file from web-mode, so Emacs must know how to open the default windows…

Shane
- 101
- 2