mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
17 lines
329 B
EmacsLisp
17 lines
329 B
EmacsLisp
;;; siren-osx.el --- jimeh's Emacs Siren: OS X specific settings.
|
|
|
|
;;; Commentary:
|
|
|
|
;; OS X specific settings and tweaks for Siren.
|
|
|
|
;;; Code:
|
|
|
|
;; It's all in the Meta
|
|
(setq ns-function-modifier 'hyper)
|
|
|
|
;; Don't use OSX Native fullscreen mode
|
|
(setq ns-use-native-fullscreen nil)
|
|
|
|
(provide 'siren-osx)
|
|
;;; siren-osx.el ends here
|