Make some orgmode changes and prepare for using emacsclient regularly
This commit is contained in:
parent
6e0bc6aacf
commit
e5051898b2
3 changed files with 4 additions and 4 deletions
|
@ -13,11 +13,11 @@ function usbip-man --description "Interactive usbip helper"
|
||||||
set action
|
set action
|
||||||
|
|
||||||
echo ">> What do you want to do?"
|
echo ">> What do you want to do?"
|
||||||
echo ">> (a)ttach / (d)etach"
|
echo ">> [(a)ttach] / (d)etach"
|
||||||
|
|
||||||
read action
|
read action
|
||||||
|
|
||||||
if test "$action" = "a"
|
if test "$action" = "a" || test "$action" = ""
|
||||||
set host
|
set host
|
||||||
set host_type
|
set host_type
|
||||||
set bus_id
|
set bus_id
|
||||||
|
|
|
@ -158,9 +158,7 @@
|
||||||
;;nix ; I hereby declare "nix geht mehr!"
|
;;nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;ocaml ; an objective camel
|
||||||
(org
|
(org
|
||||||
+hugo
|
|
||||||
+journal
|
+journal
|
||||||
+pandoc
|
|
||||||
+present
|
+present
|
||||||
+roam2) ; organize your plain life in plain text
|
+roam2) ; organize your plain life in plain text
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
|
|
2
org/.orgids
Normal file
2
org/.orgids
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
nil
|
Loading…
Reference in a new issue