I love Emacs. I'm a university student at Hiroshima Univ.

== Dotfiles ==
* [https://github.com/conao3/dotfiles dotfiles] -- Conao3's dotfiles include init.el, Emacs configuration file

This repository is now private. If you want to get this code, please join my [https://www.patreon.com/conao3 Patreon].

== Author Projects ==
* [https://github.com/conao3/leaf.el leaf.el] (ELPA/MELPA) -- Simplify your init.el configuration, extended use-package
* [https://github.com/conao3/leaf-keywords.el leaf-keywords.el] (MELPA) -- Additional leaf.el keywords for external packages
* [https://github.com/conao3/leaf-convert.el leaf-convert.el] (MELPA) -- Convert Elisp config sexp to leaf form
* [https://github.com/conao3/leaf-tree.el leaf-tree.el] (MELPA) -- Interactive side-bar feature for leaf based init.el
* [https://github.com/conao3/leaf-manager.el leaf-manager.el] (MELPA) -- Configuration manager for leaf based init.el
* [https://github.com/conao3/leaf-defaults.el leaf-defaults.el] -- 'Leaf' of settings for Emacs
* [https://github.com/conao3/leaf-browser.el leaf-browser.el] -- Web browser frontend of Emacs customize-mode for leaf.el

* [https://github.com/conao3/feather.el feather.el] (MELPA) -- Parallel thread modern Emacs package manager
* [https://github.com/conao3/feather-recipes.el feather-recipes.el] -- Elisp package recipes for feather.el

* [https://github.com/conao3/keg.el keg.el] (MELPA) --  Modern Elisp package development system
* [https://github.com/conao3/keg.el keg-mode.el] (MELPA) -- Major-mode for editing Keg file
* [https://github.com/conao3/keg.el flycheck-keg.el] (MELPA) -- Flycheck integration for Keg project

* [https://github.com/conao3/ddskk-posframe.el ddskk-posframe.el] (MELPA) -- Show Henkan tooltip for ddskk via posframe
* [https://github.com/conao3/dired-posframe.el dired-posframe.el] (MELPA) -- Glimpse dired items using posframe

* [https://github.com/conao3/cort.el cort.el] (MELPA) -- Simplify extended Emacs unit test framework
* [https://github.com/conao3/dired-git.el dired-git.el] (MELPA) -- Show git repository information in dired buffer
* [https://github.com/conao3/indent-lint.el flycheck-indent.el] (MELPA) -- Flycheck frontend for indent-lint.el
* [https://github.com/conao3/iceberg-theme.el iceberg-theme.el] (MELPA) -- Well-designed, eye-friendly, dark blue color scheme
* [https://github.com/conao3/indent-lint.el indent-lint.el] (MELPA) -- Async indentation checker
* [https://github.com/conao3/oj.el oj.el] (MELPA) -- Competitive programming tools client for AtCoder, Codeforces
* [https://github.com/conao3/org-generate.el org-generate.el] (MELPA) --  Generate template files/folders from one org document 
* [https://github.com/conao3/ppp.el ppp.el] (MELPA) -- Extended pretty printer for Emacs Lisp
* [https://github.com/conao3/scratch-comment.el scratch-comment.el] (MELPA) -- Insert Elisp result as comment in scratch buffer
* [https://github.com/conao3/seml-mode.el seml-mode.el] (MELPA) -- Major-mode for SEML (S-Expression Markup Language) files
* [https://github.com/conao3/transient-dwim.el transient-dwim.el] (MELPA) -- Useful preset transient commands

* [https://github.com/conao3/liskk.el liskk.el] -- Yet another ddskk (Daredevil Simple Kana to Kanji conversion)
* [https://github.com/conao3/liskk-dict.el liskk-dict.el] -- Dictionary files for liskk.el
* [https://github.com/conao3/orglyth.el orglyth.el] -- Support static blog site publishing from Org mode files

== Co-maintainer Projects in MELPA ==
* [https://github.com/skk-dev/ddskk skk-dev/ddskk] -- Daredevil SKK (Simple Kana to Kanji conversion program)
* [https://github.com/cask/cask cask/cask] -- Project management tool for Emacs
* [https://github.com/conao3/navbar.el papaeye/navbar.el] -- Navigation bar for Emacs
* [https://github.com/tumashu/ivy-posframe tumashu/ivy-posframe] -- Using posframe to show Ivy
* [https://github.com/rejeep/ert-async.el rejeep/ert-async.el] -- Async support for ERT
* [https://github.com/linktohack/ox-latex-subfigure linktohack/ox-latex-subfigure] -- Turn table into subfigure. More or less a hack atm, easy to incorporate to org-mode though
* [https://gitlab.com/oer/org-re-reveal oer/org-re-reveal] -- Build HTML presentations with reveal.js from Org mode source files.
* [https://github.com/abingham/outline-toc.el abingham/outline-toc.el] -- Table-of-contents sidebar for Emacs
* [https://github.com/stardiviner/major-mode-icons stardiviner/major-mode-icons] -- Show major-mode with icons on mode-line
* [https://github.com/ChillarAnand/real-auto-save ChillarAnand/real-auto-save] -- Automatically save your all your buffers/files at regular intervals
* [https://github.com/rejeep/ansi.el rejeep/ansi.el] -- Emacs library to convert strings into ansi
* [https://github.com/rejeep/commander.el rejeep/commander.el] --  Emacs command line parser
* [https://github.com/mkcms/ivy-yasnippet mkcms/ivy-yasnippet] -- Preview yasnippets with ivy

* [https://github.com/rubikitch/all-ext rubikitch/all-ext] -- M-x all with helm-swoop/anything/multiple-cursors/line-number
* [https://github.com/rubikitch/archive-region rubikitch/archive-region] -- Move region to archive file instead of killing
* [https://github.com/rubikitch/auto-async-byte-compile rubikitch/auto-async-byte-compile] -- Automatically byte-compile when saved
* [https://github.com/rubikitch/emacs-git-dwim rubikitch/emacs-git-dwim] -- Context-aware git commands such as branch handling
* [https://github.com/rubikitch/hippie-exp-ext rubikitch/hippie-exp-ext] -- Extension of hippie-expand
* [https://github.com/rubikitch/lispxmp rubikitch/lispxmp] -- Automagic emacs lisp code annotation
* [https://github.com/rubikitch/minor-mode-hack rubikitch/minor-mode-hack] -- Change priority of minor-mode keymaps
* [https://github.com/rubikitch/open-junk-file rubikitch/open-junk-file] -- Open a junk (memo) file to try-and-error
* [https://github.com/rubikitch/recentf-ext rubikitch/recentf-ext] -- Recentf extensions
* [https://github.com/rubikitch/replace-from-region rubikitch/replace-from-region] -- Replace commands whose query is from region
* [https://github.com/rubikitch/savekill rubikitch/savekill] -- Save kill ring to disk
* [https://github.com/rubikitch/save-load-path rubikitch/save-load-path] -- Save load-path and reuse it to test
* [https://github.com/rubikitch/sequential-command rubikitch/sequential-command] -- Many commands into one command
* [https://github.com/rubikitch/sticky rubikitch/sticky] -- Sticky key for capital letters
* [https://github.com/rubikitch/sudo-ext rubikitch/sudo-ext] -- Sudo support
* [https://github.com/rubikitch/time-ext rubikitch/time-ext] -- More function for time/date
* [https://github.com/rubikitch/usage-memo rubikitch/usage-memo] -- Integration of Emacs help system and memo
* [https://github.com/rubikitch/viewer rubikitch/viewer] -- View-mode extension

* [https://github.com/emacsorphanage/helm-swoop emacsorphanage/helm-swoop] -- Efficiently hopping squeezed lines powered by Emacs helm interface
* [https://github.com/emacsorphanage/helm-css-scss emacsorphanage/helm-css-scss] -- This emacs program makes your CSS/SCSS/LESS coding faster and easier than ever
* [https://github.com/emacsorphanage/ov emacsorphanage/ov] -- Overlay library for Emacs Lisp
* [https://github.com/emacsorphanage/swoop emacsorphanage/swoop] -- Peculiar buffer navigation for Emacs
* [https://github.com/emacsorphanage/manage-minor-mode emacsorphanage/manage-minor-mode] -- Manage your minor-mode on the dedicated interface buffer
* [https://github.com/emacsorphanage/readability emacsorphanage/readability] -- Get Readability's reading list, and read each article on Emacs
* [https://github.com/emacsorphanage/gnuplot emacsorphanage/gnuplot] -- A major mode for Emacs for interacting with Gnuplot

== Co-maintainer Projects ==
* [https://github.com/markuplint/markuplint markuplint/markuplint] -- A Linter for All Markup Languages
* [https://github.com/rubikitch/auto-document rubikitch/auto-document] -- Automatic document generator of Emacs Lisp
* [https://github.com/rubikitch/dayly-emacs-jp rubikitch/dayly-emacs-jp] -- Rubikitch blog 
* [https://github.com/rubikitch/git-push-or-pull-request rubikitch/git-push-or-pull-request] -- Auto push or pull-request
* [https://github.com/rubikitch/helm-anything rubikitch/helm-anything] -- Bridge between anything and helm
* [https://github.com/rubikitch/pgrepper rubikitch/pgrepper] -- (Peco|Powerful|Parallel) Grepper

== Useful Docker Images ==
* [https://github.com/conao3/docker-emacs docker-emacs] -- Emacs meets docker as a standalone CLI, TUI and GUI tool
* [https://github.com/conao3/docker-imagick docker-imagick] -- ImageMagick meets docker as a standalone CLI tool
* [https://github.com/conao3/docker-po4a docker-po4a] -- po4a meets docker as standalone CLI tool
* [https://github.com/conao3/docker-mustache docker-mustache] -- Mustache meets docker as a standalone CLI tool
* [https://github.com/conao3/docker-jq docker-jq] -- jq meets docker as standalone CLI tool
* [https://github.com/conao3/docker-nkf docker-nkf] -- nkf meets docker as a standalone CLI tool

== Contributes ==

== Blogs ==
* [https://qiita.com/conao3/items/dc88bdadb0523ef95878 (正式リリース)leaf.elで雑然としたEmacs設定ファイル「init.el」をクリーンにする]
* [https://qiita.com/conao3/items/82abfea7a4c81f946e60 use-packageからの移行のすゝめ - leaf.elでバージョン安全なinit.elを書く]
* [https://qiita.com/conao3/items/f81cf964198d4da93a05 org-publishを使ってorgでブログを書く話]
* [https://qiita.com/conao3/items/098242804eb34da61f49 EmacsのパッケージもTravis Clしてbuild:passingしたい！]
* [https://qiita.com/conao3/items/851f6dea9e94ce73f385 Makefileで.emacs.dの理想的なディレクトリ構造を生成する話]

== Links ==
* ((*SNS*
[https://github.com/conao3 GitHub]
[https://gitlab.com/conao3 GitLab]
[https://twitter.com/conao_3 Twitter])
(*Blogs*
[https://qiita.com/conao3 Qiita])
(*CodeAnalysis*
[https://sourcerer.io/conao3 Sourcerer]
[https://lapras.com/public/1ZQDDAA LAPRAS]
[https://findy-code.io/share_profiles/xCDQ1ABcuSVCq Findy]
[https://portfolio.forkwell.com/@conao3 forkwell]))

== Contact ==
* Email: conao3 [*at*] gmail.com
* Slack: Casual chating room about my Packages ([https://conao3-support.slack.com/join/shared_invite/enQtNjUzMDMxODcyMjE1LWUwMjhiNTU3Yjk3ODIwNzAxMTgwOTkxNmJiN2M4OTZkMWY0NjI4ZTg4MTVlNzcwNDY2ZjVjYmRiZmJjZDU4MDE Invite link])

== Comments ==

[new:DrewAdams:2019-07-18 21:06 UTC]
Welcome to the wiki. -- DrewAdams

Thanks! -- Conao3


----
CategoryHomepage
