From 0a8909ecedf3064f70c592d3d78dce865eb9a1e4 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Tue, 18 Mar 2014 14:27:37 +0100 Subject: Fix condition scope in init-mac --- lisp/init-mac.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/init-mac.el') diff --git a/lisp/init-mac.el b/lisp/init-mac.el index ba9bb2e..00e228e 100644 --- a/lisp/init-mac.el +++ b/lisp/init-mac.el @@ -16,7 +16,7 @@ (define-key key-translation-map (kbd "s-)") (kbd "}")) (define-key key-translation-map (kbd "s-7") (kbd "|")) (define-key key-translation-map (kbd "s-/") (kbd "\\")) - (define-key key-translation-map (kbd "M-s-7") (kbd "M-|"))) + (define-key key-translation-map (kbd "M-s-7") (kbd "M-|")) ;; don't open files from the workspace in a new frame (setq ns-pop-up-frames nil) @@ -27,6 +27,6 @@ ;; use path from shell (require-package 'exec-path-from-shell) - (exec-path-from-shell-initialize) + (exec-path-from-shell-initialize)) (provide 'init-mac) -- cgit v1.2.3