Clean up
This commit is contained in:
parent
d44d1ab0d0
commit
8537361e50
14 changed files with 58 additions and 58 deletions
|
@ -14,7 +14,7 @@
|
|||
mouse-wheel-scroll-amount '(6 ((shift) . 2)) ;; one line at a time
|
||||
mouse-wheel-progressive-speed nil ;; don't accelerate scrolling
|
||||
|
||||
;;; NOTE These mean nothing to railwaycat's emacs-mac build on OSX
|
||||
;;; NOTE Meaningless to railwaycat's emacs-mac build
|
||||
;; Curse Lion and its sudden but inevitable fullscreen mode!
|
||||
ns-use-native-fullscreen nil
|
||||
;; Don't open files from the workspace in a new frame
|
||||
|
@ -73,11 +73,9 @@
|
|||
|
||||
(defun narf-switch-to-iterm-and-cd ()
|
||||
(interactive)
|
||||
(narf:tmux-chdir nil t)
|
||||
(narf:send-to-tmux (format "cd %s" (shell-quote-argument default-directory)))
|
||||
(narf-switch-to-iterm))
|
||||
|
||||
;;;
|
||||
|
||||
(defun narf-org-init-for-osx ()
|
||||
;; Reveal files in finder
|
||||
(defvar org-file-apps '(("\\.org$" . emacs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue