Skip to content

Commit c94814a

Browse files
committed
1 parent 2457faa commit c94814a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/ome-gui.org

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ This is part of [[https://github.com/xiaohanyu/oh-my-emacs][oh-my-emacs]].
3737

3838
;; Toggle line highlighting in all buffers
3939
(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)
4043
#+END_SRC
4144

4245
* Choose Monaco as the Default English Font

0 commit comments

Comments
 (0)