From 51b2932aa6e3d96991f66e498db3b1c50a708380 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Fri, 14 Jan 2022 18:19:33 +0100 Subject: [PATCH] (emacs) langs & ligatures --- .doom.d/config.el | 6 +++--- .doom.d/init.el | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index 116f594..bf7ffa3 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -53,9 +53,9 @@ ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; they are implemented. -(require 'exec-path-from-shell) -(when (display-graphic-p) - (exec-path-from-shell-initialize)) +;; (require 'exec-path-from-shell) +;; (when (display-graphic-p) +;; (exec-path-from-shell-initialize)) (map! :leader :desc "Comment Block" diff --git a/.doom.d/init.el b/.doom.d/init.el index 1bda616..a2f0e96 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -35,7 +35,7 @@ hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns - ;;ligatures ; ligatures and symbols to make your code pretty again + (ligatures +hasklig) ; ligatures and symbols to make your code pretty again ;;minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions @@ -137,7 +137,7 @@ ;;idris ; a language you can depend on ;;json ; At least it ain't XML ;;(java +meghanada) ; the poster child for carpal tunnel syndrome - ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) + (javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB (kotlin +lsp) ; a better, slicker Java(Script) ;;latex ; writing papers in Emacs has never been so fun @@ -152,7 +152,7 @@ ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - ;;python ; beautiful is better than ugly + python ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;raku ; the artist formerly known as perl6 @@ -167,7 +167,7 @@ ;;solidity ; do you need a blockchain? No. ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. - ;;web ; the tubes + (web +html +css) ; the tubes yaml ; JSON, but readable ;;zig ; C, but simpler