This website works better with JavaScript.
Home
Explore
Help
Sign In
mitchty
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Sync emacs kill ring with osx clipboard in the terminal.
cray
Mitch Tishmack
11 years ago
parent
74d76ce064
commit
37cfd75128
1 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
emacs/.emacs.d/emacs.org
+ 14
- 0
emacs/.emacs.d/emacs.org
View File
@@ -498,6 +498,20 @@ Turns out that someone wrote this exact thing already. Yay get to drop my own cr
)
#+END_SRC
*** osx-clipboard-mode
#+BEGIN_SRC emacs-lisp
(when on-osx
(use-package osx-clipboard
:ensure t
:config
(progn
(osx-clipboard-mode +1)
)
)
)
#+END_SRC
*** expand-region
#+BEGIN_SRC emacs-lisp
Write
Preview
Loading…
Cancel
Save