Skip to content

Commit

Permalink
No toolbar when new frame is opened
Browse files Browse the repository at this point in the history
  • Loading branch information
kissge committed Nov 10, 2015
1 parent 5ccec75 commit 3910e40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inits/cocoa-emacs-config.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(ns-toggle-toolbar)
(custom-set-variables '(mac-command-modifier 'meta))
(custom-set-variables '(mac-command-modifier 'meta)
'(frame-inherited-parameters '(tool-bar-lines)))
(let* ((path-raw (shell-command-to-string "$SHELL -lic 'echo $PATH'"))
(path-trimmed (replace-regexp-in-string "[ \t\n]*$" "" path-raw))
(path-separated (split-string path-trimmed path-separator)))
Expand Down

0 comments on commit 3910e40

Please sign in to comment.