X-Git-Url: https://iankelling.org/git/?p=dot-emacs;a=blobdiff_plain;f=dev.org;h=75c5e45d18cf46627517c624716e4938432f9306;hp=ff214ef36ab8186dec7ebc11a349d021d08acb46;hb=da907fbf50cbb4eb2b32238fc077fa919726f974;hpb=2d1b28652d2fd4eb5917665cf049e0bae4b3277f diff --git a/dev.org b/dev.org index ff214ef..75c5e45 100644 --- a/dev.org +++ b/dev.org @@ -6,9 +6,18 @@ We need at least one of these, even a blank one to avoid error on startup. #+begin_src emacs-lisp (ivy-mode 1) (add-hook 'text-mode-hook (lambda () (auto-fill-mode t))) +(require 'counsel) +(setq counsel-find-file-at-point t) #+end_src +#+begin_src sh +;; M-3 = test key +(global-set-key (kbd "M-3") 'my-as-off) +(setq x 5) + +#+end_src + * ido #+begin_src emacs-lisp (require 'ido)