File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ look like this:
31
31
|---------+-----------------------------------+-------------------|
32
32
| C-x C-w | Write Current Buffer | :write <filename> |
33
33
| C-x C-s | Save Current Buffer | :write |
34
- | C-x C-s | Save all open Buffers | |
34
+ | C-x s | Save all open Buffers | |
35
35
| C-x b | Switch Buffers | :buffer |
36
36
| C-x i | Copy file to current buffer | :read <filename> |
37
37
| C-x k | Kill Buffer | :quit |
Original file line number Diff line number Diff line change 27
27
28
28
;; Misc stuff
29
29
(fset 'yes-or-no-p 'y-or-n-p)
30
+ (setenv "HOME" "/home/trajanus/")
30
31
(server-start)
31
32
#+END_SRC
32
33
68
69
#+BEGIN_SRC emacs-lisp
69
70
(use-package helm
70
71
:ensure t)
72
+ (require 'helm-config)
71
73
72
74
(setq helm-split-window-in-side-p t
73
75
helm-move-to-line-cycle-in-source t)
74
76
75
- (require 'helm-config)
76
77
77
78
;; Most of Emacs prompts become helm-enabled
78
79
(helm-mode 1)
You can’t perform that action at this time.
0 commit comments