BIBLIOGRAPHY
“Junghan0611/Doomemacs.” 2024. https://github.com/junghan0611/doomemacs.
히스토리
여기에 링크
2024 junghan0611/doomemacs
(“Junghan0611/Doomemacs” 2024)
- JunghanKim
- An Emacs framework for the stubborn martian hacker
KEYWORDS
둠이맥스
- bib/ @tecosaur 조직모드 마술사 이맥스 ‘2025-01-28 #2025-02-26
- notes/ @힣: #이맥스 #검색 #일괄편집 #워크플로우 #한번에 #전체 #점진 #변경 #치환 #정규식 ‘2023-07-10 #2026-02-19
- notes/ #스니펫 #이맥스 §tempel §yasnippet §auto-yasnippet §doom-snippets ‘2023-10-18 #2025-02-26
- notes/ @wandersoncferreira §evil-dot-doom #둠이맥스 #이블 #튜토리얼 ‘2024-01-31 #2025-03-11
- notes/ #모음: #둠이맥스 #모듈 ‘2024-02-20 #2025-03-23
- notes/ #매뉴얼: #둠이맥스 #이맥스리스프 ‘2024-04-04 #2025-04-02
- notes/ #모음: #이맥스 #키바인딩 #변경 #기록 #둠이맥스 ‘2024-07-04 #2025-02-27
- notes/ @힣: §doomemacs-config 간결 실용 심플 텍스트 도구 #닷파일: #이맥스 #스타터키트 ‘2024-09-15 #2025-03-15
- notes/ @karthink §org-latex-preview 이맥스 #조직모드 #레이텍 #프리뷰 #편집 ‘2024-09-30 #2025-06-08
- notes/ #협업 #깃허브 #예술 #둠이맥스 #프로젝트관리 ‘2024-10-06 #2024-10-06
- notes/ #옴니: #팝업프레임 #둠이맥스 ‘2024-10-23
- notes/ #닷파일: 튜닝 커스텀 vs 순정 ‘2024-11-16
- notes/ #둠이맥스 #스니펫: §corfu §yasnippet-capf 자동완성 문제 해결 ‘2024-12-15 #2025-06-07
- notes/ #둠이맥스: nov 패키지 epub 리더 ‘2025-01-18 #2025-02-16
- notes/ #둠이맥스 Warning (emacs): Org version mismatch. ‘2025-02-24 #2025-02-24
- notes/ #이맥스 #태그 #자동완성 - 무조건 꺼라 §etags §ten ‘2025-03-04 #2025-03-04
- notes/ #둠이맥스§모듈§에디터 editor 편집기 ‘2025-03-23 #2025-03-23
- notes/ #코드폴딩 §vimish-fold §ts-fold §hideshow - 둠이맥스 모듈 ‘2025-03-23 #2025-03-23
- notes/ #이맥스 #이메일: mu4e mbsync - 지메일 ‘2025-04-15 #2025-04-15
- notes/ @junghan0611 §dotemacs #둠이맥스 #스페이스맥스 동시지원 닷파일 ‘2025-04-16 #2025-04-16
- notes/ @emacs-evil: §evil-collection ‘2025-04-23 #2025-04-23
- notes/ #이맥스 내장 트리시터 지원 - 둠이맥스 ‘2025-05-23 #2025-05-23
- notes/ §doomemacs-config: 터미널 최적화 Emacs와 AI 융합 ‘2025-10-30 #2025-10-30
스페이스맥스
- bib/ @프렉티컬리 @practicalli 이맥스 클로저 ‘2022-07-12
- bib/ @IeniMarco marcoieni§intellimacs 인텔리맥스 ‘2025-04-04 #2025-04-04
- notes/ #이맥스 #워크스페이스 #Persp ‘2023-01-17
- notes/ #치트시트: #스페이스맥스 ‘2023-05-29
- notes/ #교육과정: #이맥스 #속성완성 - 중국 사례 한달 ‘2023-07-27 #2025-05-27
- notes/ #스페이스맥스: #빔 #가이드 ‘2024-01-31 #2025-02-13
- notes/ @힣: #코딩도구 #춘추전국시대 #키바인딩 #통합 - 이맥스 VSCODE VIM ‘2025-03-21 #2025-06-09
- notes/ §obsidian-spacekeys 옵시디언 플러그인: 스페이스맥스 이맥스 스타일 ‘2025-04-15 #2025-04-15
- notes/ @junghan0611 §dotemacs #둠이맥스 #스페이스맥스 동시지원 닷파일 ‘2025-04-16 #2025-04-16
- notes/ §VSpaceCode #통합개발환경 §vscode §스페이스맥스 #키바인딩 #설정 ‘2025-06-01 #2025-06-01
아카이브
둠이맥스 이슈 nongnu-elpa - bug
doom doctor
둠이맥스 닥터 패키지 설치 - 문제 해결
닥터 검토
@user 다음 문제를 해결하려고 해 우분투를 기준으로 해당 패키지 설치 방법 알려줘
Checking for stale elc files in your DOOMDIR...
> Checking your enabled modules...
> :lang python
! Couldn't find nosetests. Running tests through nose will not work.
> :lang racket
! Couldn't find raco fmt. Formatting will be disabled.
> :lang rst
! Couldn't find rstfmt. Formatting will be disabled.
> :lang web
! Couldn't find tidy. Code formatting in HTML modes will not work.
! Couldn't find stylelint. Linting for CSS modes will not work.
! Couldn't find js-beautify. Code formatting in JS/CSS/HTML modes will not work.@assistant 우분투에서 nosetests 를 설치하려면 다음 명령어를 사용하세요:
# pip install nose
pipx install nose
# sudo apt-get install python3-nose➜ pipx install nose
installed package nose 1.3.7, installed using Python 3.12.3
These apps are now globally available
- nosetests
- nosetests-3.4
done! ✨ 🌟 ✨만약 pip 이 설치되어 있지 않다면, 먼저 pip 을 설치해야 합니다:
sudo apt update
sudo apt install python3-pip그 외에도 raco fmt, rstfmt, tidy, stylelint, js-beautify 를 설치하려면 각각 다음과 같이 설치할 수 있습니다:
- raco fmt: Racket을 설치한 후, Racket REPL에서
(require racket/format)를 실행하여 사용할 수 있습니다. Racket 설치는 일반적으로 패키지 매니저를 통해 가능합니다. #래킷 참고 - rstfmt: pip을 통해 설치 가능합니다.
# pip install rstfmt pipx install rstfmt - tidy: 우분투의 패키지 매니저를 통해 설치 가능합니다.
sudo apt install tidy - stylelint: npm을 통해 설치 가능합니다.
npm install -g stylelint - js-beautify: npm을 통해 설치 가능합니다.
npm install -g js-beautify
npm이 설치되어 있지 않다면, 먼저 npm 을 설치해야 합니다:
# sudo apt install nodejs npm@user
Comments