Ihor Radchenko <[email protected]> writes: > "Christopher M. Miles" <[email protected]> writes: > >> What about like this? >> >> #+begin_src emacs-lisp >> (setq tbl (let ((bound-tags (seq-filter 'cdr fulltable))) >> (if (length> shortkeys 0) >> bound-tags >> (seq-take fulltable 26))) >> char ?a cnt 0) >> #+end_src > > What do you mean by "shortkeys"?
Sorry, wrong code, here is the correct code snippet:
#+begin_src emacs-lisp
(let ((bound-tags (seq-filter 'cdr temp-fulltable)))
(if (length> bound-tags 0)
bound-tags
(seq-take temp-fulltable 26)))
#+end_src
--
[ stardiviner ]
I try to make every word tell the meaning that I want to express without
misunderstanding.
Blog: https://stardiviner.github.io/
IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
signature.asc
Description: PGP signature
