diff options
| -rw-r--r-- | Emacs.org | 43 |
1 files changed, 11 insertions, 32 deletions
| @@ -3,63 +3,40 @@ | |||
| 3 | #+PROPERTY: header-args:emacs-lisp :tangle .config/emacs/init.el | 3 | #+PROPERTY: header-args:emacs-lisp :tangle .config/emacs/init.el |
| 4 | 4 | ||
| 5 | * Table of contents :toc: | 5 | * Table of contents :toc: |
| 6 | :PROPERTIES: | ||
| 7 | :TOC: :include all | ||
| 8 | :END: | ||
| 9 | :CONTENTS: | ||
| 10 | - [[#table-of-contents][Table of contents]] | ||
| 11 | - [[#user-information-setup][User information setup]] | ||
| 12 | - [[#startup-performance][Startup Performance]] | 6 | - [[#startup-performance][Startup Performance]] |
| 7 | - [[#user-information-setup][User information setup]] | ||
| 8 | - [[#keep-clean][Keep clean]] | ||
| 13 | - [[#package-setup][Package setup]] | 9 | - [[#package-setup][Package setup]] |
| 14 | - [[#keboard-setup][Keboard Setup]] | 10 | - [[#keboard-setup][Keboard Setup]] |
| 15 | - [[#general-setup][General Setup]] | 11 | - [[#general-setup][General Setup]] |
| 16 | - [[#evil-mode-setup][Evil mode setup]] | 12 | - [[#evil-mode-setup][Evil mode setup]] |
| 17 | - [[#keybinds][Keybinds]] | ||
| 18 | - [[#ui-configuration][UI Configuration]] | 13 | - [[#ui-configuration][UI Configuration]] |
| 19 | - [[#basic-ui-setup][Basic UI setup]] | 14 | - [[#basic-ui-setup][Basic UI setup]] |
| 20 | - [[#ivy-and-counsel][Ivy and Counsel]] | 15 | - [[#ivy-and-counsel][Ivy and Counsel]] |
| 21 | - [[#keybinds][Keybinds]] | ||
| 22 | - [[#which-key][Which key]] | 16 | - [[#which-key][Which key]] |
| 23 | - [[#modline][Modline]] | 17 | - [[#modline][Modline]] |
| 18 | - [[#beacon][Beacon]] | ||
| 24 | - [[#other-keybindings][Other Keybindings]] | 19 | - [[#other-keybindings][Other Keybindings]] |
| 25 | - [[#files][Files]] | ||
| 26 | - [[#eval][Eval]] | ||
| 27 | - [[#buffers][Buffers]] | ||
| 28 | - [[#org][Org]] | 20 | - [[#org][Org]] |
| 29 | - [[#org-mode-setup][Org-mode setup]] | 21 | - [[#org-mode-setup][Org-mode setup]] |
| 30 | - [[#keybinds][Keybinds]] | ||
| 31 | - [[#org-make-toc][Org make toc]] | 22 | - [[#org-make-toc][Org make toc]] |
| 32 | - [[#org-fonts][Org fonts]] | 23 | - [[#org-fonts][Org fonts]] |
| 33 | - [[#org-tempo-setup][Org tempo setup]] | 24 | - [[#org-tempo-setup][Org tempo setup]] |
| 34 | - [[#org-babel-setup][Org babel setup]] | 25 | - [[#org-babel-setup][Org babel setup]] |
| 35 | - [[#auto-tangle][Auto tangle]] | ||
| 36 | - [[#org-margin][Org margin]] | 26 | - [[#org-margin][Org margin]] |
| 37 | - [[#org-superstar][Org superstar]] | 27 | - [[#org-superstar][Org superstar]] |
| 28 | - [[#org-roam][Org roam]] | ||
| 38 | - [[#development][Development]] | 29 | - [[#development][Development]] |
| 39 | - [[#languages][Languages]] | 30 | - [[#languages][Languages]] |
| 40 | - [[#lsp][Lsp]] | ||
| 41 | - [[#python][Python]] | ||
| 42 | - [[#dap-mode][Dap mode]] | 31 | - [[#dap-mode][Dap mode]] |
| 43 | - [[#company][Company]] | 32 | - [[#company][Company]] |
| 44 | - [[#projectile][Projectile]] | 33 | - [[#projectile][Projectile]] |
| 45 | - [[#keybinds][Keybinds]] | 34 | - [[#neotree][Neotree]] |
| 46 | - [[#magit][Magit]] | 35 | - [[#magit][Magit]] |
| 47 | - [[#keybinds][Keybinds]] | ||
| 48 | - [[#apps][Apps]] | 36 | - [[#apps][Apps]] |
| 49 | - [[#vterm][Vterm]] | 37 | - [[#vterm][Vterm]] |
| 50 | - [[#keybinds][Keybinds]] | ||
| 51 | - [[#dired][Dired]] | 38 | - [[#dired][Dired]] |
| 52 | :END: | 39 | - [[#emms][EMMS]] |
| 53 | |||
| 54 | |||
| 55 | * User information setup | ||
| 56 | |||
| 57 | #+begin_src emacs-lisp | ||
| 58 | |||
| 59 | (setq user-full-name "Jakub Dlugosz" | ||
| 60 | user-mail-address "jdlugosz963@gmail.com") | ||
| 61 | |||
| 62 | #+end_src | ||
| 63 | 40 | ||
| 64 | * Startup Performance | 41 | * Startup Performance |
| 65 | 42 | ||
| @@ -356,12 +333,14 @@ | |||
| 356 | :pin org | 333 | :pin org |
| 357 | :commands (org-capture org-agenda) | 334 | :commands (org-capture org-agenda) |
| 358 | :hook (org-mode . jd/org-mode-setup) | 335 | :hook (org-mode . jd/org-mode-setup) |
| 359 | :config | 336 | :init |
| 360 | (setq org-ellipsis " ▾") | 337 | (setq org-ellipsis " ▾") |
| 361 | |||
| 362 | (setq org-agenda-start-with-log-mode t) | 338 | (setq org-agenda-start-with-log-mode t) |
| 363 | (setq org-log-done 'time) | 339 | (setq org-log-done 'time) |
| 364 | (setq org-log-into-drawer t) | 340 | (setq org-log-into-drawer t) |
| 341 | (setq org-return-follows-link t) | ||
| 342 | :config | ||
| 343 | (menu-bar--display-line-numbers-mode-none) | ||
| 365 | (require 'org-tempo)) | 344 | (require 'org-tempo)) |
| 366 | 345 | ||
| 367 | #+end_src | 346 | #+end_src |
| @@ -479,7 +458,7 @@ | |||
| 479 | 458 | ||
| 480 | (use-package org-superstar | 459 | (use-package org-superstar |
| 481 | :hook (org-mode . org-superstar-mode) | 460 | :hook (org-mode . org-superstar-mode) |
| 482 | :config | 461 | :init |
| 483 | (setq org-superstar-special-todo-items t) | 462 | (setq org-superstar-special-todo-items t) |
| 484 | (setq org-superstar-remove-leading-stars t) | 463 | (setq org-superstar-remove-leading-stars t) |
| 485 | (setq org-superstar-headline-bullets-list '("◉" "○" "●" "○" "●" "○" "●"))) | 464 | (setq org-superstar-headline-bullets-list '("◉" "○" "●" "○" "●" "○" "●"))) |
