Skip to content

Commit 6897190

Browse files
flet is deprecated
1 parent e9b2110 commit 6897190

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

starter-kit.org

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ project is not in elpa.
406406
After we've loaded all the Starter Kit defaults, lets load the User's stuff.
407407
#+name: starter-kit-load-files
408408
#+begin_src emacs-lisp
409-
(flet ((sk-load (base)
409+
(cl-flet ((sk-load (base)
410410
(let* ((path (expand-file-name base starter-kit-dir))
411411
(literate (concat path ".org"))
412412
(encrypted-org (concat path ".org.gpg"))
@@ -435,6 +435,8 @@ After we've loaded all the Starter Kit defaults, lets load the User's stuff.
435435
:test #'string=)))))
436436
#+end_src
437437

438+
#+RESULTS: starter-kit-load-files
439+
438440
*** Settings from M-x customize
439441
#+name: m-x-customize-customizations
440442
#+begin_src emacs-lisp

0 commit comments

Comments
 (0)