|
You are here |
ag91.github.io | ||
| | | | |
peregrinator.site
|
|
| | | | | How I set up a blogging flow using Emacs's org-mode and other related tools | |
| | | | |
hiepph.xyz
|
|
| | | | | My ~/.emacs.d configuration used to be a mess. For example, here are 2 old configurations for IDO and sidebar neotree. ;; ### IDO ##### (require 'ido) ;; enable IDO (ido-mode 1) (ido-everywhere 1) (ido-ubiquitous-mode 1) (setq ido-enable-flex-matching t) (setq ido-use-filename-at-point nil) (setq ido-auto-merge-work-directories-length -1) (setq ido-use-virtual-buffers t) ;; Shows a list of buffers (global-set-key (kbd "C-x C-b") 'ibuffer) ;; #### Neo Tree ##### (require-package 'neotree) ;; Bind F8 to sh... | |
| | | | |
erick.navarro.io
|
|
| | | | | Having our emacs configuration in an org file is great, it allow us to have it more organized and easy to read, but org files have more features and one of them is the ability to be exported to different formats like HTML, PDF, markdown and so on. So what if we export our emacs configuration to HTML and then publish it in a website? ?? It probably doesn't have any real utility but it would be nice to have a exclusive web page to show our emacs config to our friends :) | |
| | | | |
glama.ai
|
|
| | | A production-ready starter template for building Model Context Protocol (MCP) servers with TypeScript. Includes automated tooling for creating new MCP tools, testing, and deployment to Claude Desktop. | ||