Bläddra i källkod

adds emacs docs to quit and open file

Seth Woodworth 9 år sedan
förälder
incheckning
e3c41d22ba
1 ändrade filer med 9 tillägg och 1 borttagningar
  1. 9 1
      pages/common/emacs.md

+ 9 - 1
pages/common/emacs.md

@@ -2,6 +2,14 @@
 
 > The extensible, customizable, self-documenting, real-time display editor
 
-- open emacs in console mode (without X window)
+- Open emacs in console mode (without X window)
 
 `emacs -nw`
+
+- Open a file in emacs
+
+`emacs {{filename}}`
+
+- Exit emacs
+
+`C-x C-c`