This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
emacs.el: C-x c to M-x compile
pull/15/head
10sr
9 years ago
parent
558e890513
commit
eef580e6c7
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
emacs.el
+ 1
- 0
emacs.el
View File
@@ -2523,6 +2523,7 @@ Commands are searched from ALIST."
;; (interactive)
;; (compile "make -k"))
(defalias 'make 'compile)
(define-key ctl-x-map "c" 'compile)
(defvar sed-in-place-history nil
"History of `sed-in-place'.")
Write
Preview
Loading…
Cancel
Save