Advertisement
froleyks

temp.el

Dec 30th, 2020
1,665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.55 KB | None | 0 0
  1. (message evil-markers-alist)
  2.  
  3. eshell-aliases-file is a variable defined in em-alias.el.
  4.  
  5. Value
  6. "/home/froleyks/.config/doom/eshell/aliases"
  7.  
  8. (convenience)
  9. (find-file (car (counsel-recentf-candidates)))
  10. emacsclient -cne '(lambda () (interactive) previous-buffer)'
  11.  
  12. emacsclient -cne '(find-file (car (counsel-recentf-candidates)))'
  13.  
  14. (execute-kbd-macro [])
  15.  
  16.  
  17. (execute-kbd-macro [?i tab insert escape])
  18. (defun pick-date ()
  19.         (org-format-time-string "%Y-%m-%d %A %H:%M"
  20.          (org-read-date nil t)
  21.     ))
  22. (pick-date)
  23.  
  24.   (insert (call-interactively 'pastebin-new))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement