藏经阁

emacs+hugo写博客的配置

1 hugo介绍 参考官网的入门文档: https://gohugo.io/getting-started/ 我常用的命令是: 首次使用初始化一个项目: hugo new site quickstart, 并cd进去 https://themes.gohugo.io/ 挑选一个主题并下载到themes目录 按照挑选

emacs实用小功能

1 移动类 切换窗口 (windmove-default-keybindings) (setq windmove-wrap-around t) 之后可以通过shift-方向键切换窗口 2 编辑类 将json拍平成一行 (defun json-to-single-line (beg end) “Collapse prettified json in region between BEG and END to a single l

emacs: golang lsp-mode加载的项目路径不正确

projectile在首次打开golang项目时, 自动加载的lsp-mode过程中会提示用户选择project root. 以前都是输入’i’自动选择g