Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 5d5c650c rédigé par Kubat's avatar Kubat
Parcourir les fichiers

More packages + more settings set

parent a9ba1906
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -6,12 +6,19 @@ ...@@ -6,12 +6,19 @@
;; Notes: ;; Notes:
;; * Don't forget to =pip install cmake-language-server= ;; * Don't forget to =pip install cmake-language-server=
(require 'irony) ;; By default new buffers are in org mode
(setq-default major-mode 'org-mode)
;; Some functionality uses this to identify you, e.g. GPG configuration, email ;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets. ;; clients, file templates and snippets.
(setq user-full-name "Maël MARTIN" (setq user-full-name "Maël MARTIN"
user-mail-address "mael.martin@protonmail.com") user-mail-address "mael.martin@protonmail.com"
truncate-string-ellipsis "…" ; replace '...' by the utf8 character
evil-vsplit-window-right t ; natural splits
evil-split-window-below t ; natural splits
calc-angle-mode 'rad ; radians are rad
calc-symbolic-mode t ; keeps expressions like \sqrt{2} irrational for as long as possible
)
;; Set Doom fonts ;; Set Doom fonts
(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'medium) (setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'medium)
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
word-wrap ; soft wrapping with language-aware indent word-wrap ; soft wrapping with language-aware indent
:emacs :emacs
dired ; making dired pretty [functional] (dired +icons) ; making dired pretty [functional]
electric ; smarter, keyword-based electric-indent electric ; smarter, keyword-based electric-indent
ibuffer ; interactive buffer management ibuffer ; interactive buffer management
undo ; persistent, smarter undo for your inevitable mistakes undo ; persistent, smarter undo for your inevitable mistakes
...@@ -152,14 +152,14 @@ ...@@ -152,14 +152,14 @@
php ; perl's insecure younger brother php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more ;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional ;;purescript ; javascript, but functional
python ; beautiful is better than ugly (python +lsp +pyright) ; beautiful is better than ugly
;;qt ; the 'cutest' gui framework ever ;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs ;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6 ;;raku ; the artist formerly known as perl6
;;rest ; Emacs as a REST client ;;rest ; Emacs as a REST client
;;rst ; ReST in peace ;;rst ; ReST in peace
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() (rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
scala ; java, but good scala ; java, but good
;;(scheme +guile) ; a fully conniving family of lisps ;;(scheme +guile) ; a fully conniving family of lisps
sh ; she sells {ba,z,fi}sh shells on the C xor sh ; she sells {ba,z,fi}sh shells on the C xor
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
;;emms ;;emms
;;everywhere ; *leave* Emacs!? You must be joking ;;everywhere ; *leave* Emacs!? You must be joking
;;irc ; how neckbeards socialize ;;irc ; how neckbeards socialize
;;(rss +org) ; emacs as an RSS reader (rss +org) ; emacs as an RSS reader
;;twitter ; twitter client https://twitter.com/vnought ;;twitter ; twitter client https://twitter.com/vnought
:config :config
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter