mini posodobitve
parent
02513c9285
commit
9721bf6452
|
@ -762,6 +762,16 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
;; ELISP test
|
||||||
|
(defun odpri-dnevnik ()
|
||||||
|
(interactive)
|
||||||
|
(find-file (format-time-string "/tmp/%Y-%m-%d_dnevnik.org"))
|
||||||
|
(insert (concat "\n=====================\n"
|
||||||
|
(shell-command-to-string "date") "\n"
|
||||||
|
(format-time-string "%Y-%m-%d") "\n"
|
||||||
|
"ŠE VEČ TEKSTA!" "\n")))
|
||||||
|
(global-set-key (kbd "C-M-d") 'odpri-dnevnik)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;;;;;;;;;;;;
|
;;;;;;;;;;;;
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
("~/projekti/esp32cam/galbot/" "~/sredstva/dotfiles/" "~/kompot/Kompot/" "~/projekti/radio-muse/" "~/projekti/hm/" "~/projekti/jugofuturizem/" "~/projekti/javnakoda.si/" "~/projekti/radio-muse/web/themes/custom/indiere2/")
|
Loading…
Reference in New Issue