aeu
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@
|
|||||||
(when (eq system-type 'darwin)
|
(when (eq system-type 'darwin)
|
||||||
;; Use Command key as Meta
|
;; Use Command key as Meta
|
||||||
(setq mac-command-modifier 'meta
|
(setq mac-command-modifier 'meta
|
||||||
u mac-option-modifier 'super)
|
mac-option-modifier 'super)
|
||||||
;; Enable menu-bar for yabai tiling compatibility
|
;; Enable menu-bar for yabai tiling compatibility
|
||||||
;; Without this, yabai can't detect Emacs windows properly
|
;; Without this, yabai can't detect Emacs windows properly
|
||||||
(menu-bar-mode 1))
|
(menu-bar-mode 1))
|
||||||
|
|||||||
+1
-1
@@ -119,7 +119,7 @@
|
|||||||
(cc +lsp) ; C > C++ == 1
|
(cc +lsp) ; C > C++ == 1
|
||||||
clojure ; java with a lisp
|
clojure ; java with a lisp
|
||||||
common-lisp ; if you've seen one lisp, you've seen them all
|
common-lisp ; if you've seen one lisp, you've seen them all
|
||||||
coq ; proofs-as-programs
|
;;coq ; proofs-as-programs
|
||||||
;;crystal ; ruby at the speed of c
|
;;crystal ; ruby at the speed of c
|
||||||
;;csharp ; unity, .NET, and mono shenanigans
|
;;csharp ; unity, .NET, and mono shenanigans
|
||||||
data ; config/data formats
|
data ; config/data formats
|
||||||
|
|||||||
@@ -67,6 +67,7 @@
|
|||||||
macos_quit_when_last_window_closed = "no";
|
macos_quit_when_last_window_closed = "no";
|
||||||
macos_colorspace = "default";
|
macos_colorspace = "default";
|
||||||
macos_show_window_title_in = "window";
|
macos_show_window_title_in = "window";
|
||||||
|
macos_option_as_alt = "yes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user