From ad0411a78035a29c7e279bae47f31b30fb7f1c14 Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Thu, 9 Jan 2025 15:11:00 +0100 Subject: [PATCH] fix: haskell lsp --- .emacs | 9 +++++---- .zshrc | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.emacs b/.emacs index d2bc9ac..c8504a2 100755 --- a/.emacs +++ b/.emacs @@ -32,6 +32,7 @@ (electric-pair-mode 1) (global-display-line-numbers-mode 1) (setq display-line-numbers-type 'relative) +(setq inhibit-startup-screen t) (set-face-attribute 'default nil :height 200) (global-set-key (kbd "") 'keyboard-escape-quit) ;; Auto-refresh dired on file change @@ -153,11 +154,11 @@ (evil-mode 1) ;; exwm -(unless (package-installed-p 'exwm) - (package-install 'exwm)) +;;(unless (package-installed-p 'exwm) +;; (package-install 'exwm)) -(require 'exwm) -(require 'exwm-config) +;;(require 'exwm) +;;(require 'exwm-config) ;;(exwm-config-example) (defun my-untabify-all-lines () diff --git a/.zshrc b/.zshrc index 5815c42..a293d10 100644 --- a/.zshrc +++ b/.zshrc @@ -5,6 +5,7 @@ # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" export PATH=$HOME/my_scripts:$PATH +export PATH=$HOME/.ghcup/bin:$PATH export PATH=$HOME/Documents/pasm/build:$PATH export PSPDEV=/usr/local/pspdev export PATH=$PATH:$PSPDEV/bin