Skip to content

Commit 6aae202

Browse files
committed
Correcting stuff
1 parent 6338edb commit 6aae202

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ look like this:
3131
|---------+-----------------------------------+-------------------|
3232
| C-x C-w | Write Current Buffer | :write <filename> |
3333
| 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 | |
3535
| C-x b | Switch Buffers | :buffer |
3636
| C-x i | Copy file to current buffer | :read <filename> |
3737
| C-x k | Kill Buffer | :quit |

myinit.org

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
;; Misc stuff
2929
(fset 'yes-or-no-p 'y-or-n-p)
30+
(setenv "HOME" "/home/trajanus/")
3031
(server-start)
3132
#+END_SRC
3233

@@ -68,11 +69,11 @@
6869
#+BEGIN_SRC emacs-lisp
6970
(use-package helm
7071
:ensure t)
72+
(require 'helm-config)
7173

7274
(setq helm-split-window-in-side-p t
7375
helm-move-to-line-cycle-in-source t)
7476

75-
(require 'helm-config)
7677

7778
;; Most of Emacs prompts become helm-enabled
7879
(helm-mode 1)

0 commit comments

Comments
 (0)