Logo
Explore Help
Sign In
zelongk/.emacs.d
1
0
Fork 0
You've already forked .emacs.d
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
0afab4e64eed88ebf21d18edd9a8153a4e608ec9
.emacs.d/lisp/init-edit.el

16 lines
248 B
EmacsLisp
Raw Normal View History

Initial commit
2025-12-14 04:51:24 +11:00
;; -*- lexical-binding: t -*-
(use-package smartparens
:config
(require 'smartparens-config)
(smartparens-global-mode))
feat: Add LLM integration and improve Emacs configuration - Add gptel and gptel-magit packages for AI-powered Git commits and - chat Add org-roam and org-roam-ui for better note-taking and - knowledge management Add benchmark-init to measure startup - performance Add winum for window navigation with keybindings Add - vterm for better terminal emulation Configure exec-path-from-shell - to inherit shell environment Add org-roam.db to gitignore Set - use-short-answers for yes/no prompts Add org-todo-list keybinding - and update magit binding Configure org-agenda-files to include org - directory Remove commented eat package configuration
2025-12-14 06:09:17 +11:00
(use-package winum
:init
(winum-mode)
:config
(winum-set-keymap-prefix (kbd "C-c w")) )
Initial commit
2025-12-14 04:51:24 +11:00
(provide 'init-edit)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 31ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API