• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision7670b5a53167e82fbb06827456a611f8f5d39400 (tree)
Time2023-05-09 15:02:00
AuthorMarkus Prepens <markus.prepens@gmai...>
CommiterMarkus Prepens

Log Message

Merge branch 'master' of github.com:badcoff33/emacs

Change Summary

Incremental Difference

--- a/init.el
+++ b/init.el
@@ -111,6 +111,14 @@ forward-slashes."
111111 (menu-bar-mode -1)
112112 (blink-cursor-mode -1)))
113113
114+(when (eq system-type 'windows-nt)
115+ (setq w32-pass-lwindow-to-system nil)
116+ (setq w32-lwindow-modifier 'super) ; Left Windows key
117+ (w32-register-hot-key [s-]) ; disable all Windows shortcuts while Emacs has focus
118+ (setq w32-pass-rwindow-to-system nil)
119+ (setq w32-rwindow-modifier 'super) ; Right Windows key
120+ (setq w32-apps-modifier 'hyper)) ; Menu/App key
121+
114122 ;;;;;;;;;;
115123 ;; The history mode
116124 (setq savehist-additional-variables ;; also save ...