We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2457faa commit c94814aCopy full SHA for c94814a
core/ome-gui.org
@@ -37,6 +37,9 @@ This is part of [[https://github.com/xiaohanyu/oh-my-emacs][oh-my-emacs]].
37
38
;; Toggle line highlighting in all buffers
39
(global-hl-line-mode t)
40
+
41
+;; http://stackoverflow.com/questions/27758800/why-does-emacs-leave-a-gap-when-trying-to-maximize-the-frame
42
+(setq frame-resize-pixelwise t)
43
#+END_SRC
44
45
* Choose Monaco as the Default English Font
0 commit comments