Skip to primary navigation
Skip to content
Skip to footer
(emacsian ohyecloudy)
Random
Toggle search
Toggle menu
Jongbin Oh
I write something to think
Follow
South Korea
Twitter
Facebook
GitHub
Instagram
Email
mapc
#elisp 리스트에서 요소(element) 여러 개를 삭제
1 minute read
ELISP> (delete 'c '(a b c d)) (a b d)
Enter your search term...