elisp基础2023年6月6日 | emacs | 98字 | 需要1分钟 | 阅读前缀表达式 波兰式 S-表达式1 2 3 (+ 2 2 2 2) (+ 2 (\* 3 4))声明变量 变量赋值 打印变量1 2 3 4 5 (defvar name value) (setq name "zilong") (message name) 函数定义 函数调用1 2 3 4 5 6 (defun func() (interactive) (message "hello22, %s" name)) (setq name "shanren") (func)快捷键绑定1 2 3 4 5 (global-set-key (kbd "<f1>") 'func) ;;REPL read eval print loop ;; Happy Hacking原文作者:Ethan原文链接:https://zhangxingong.fun/post/learn-elisp0/版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. 进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。相关文章搭建博客参考资料使用hugo本地建站使用巧克力包管理安装其他工具chocolatey安装教程GTD,ELisp教程Elisp